Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/8.0-staging] crashinfo.cpp/crashinfounix.cpp: use off_t instead of off64_t #101272

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 18, 2024

Backport of #91968 to release/8.0-staging

/cc @jkoritzinsky @ayakael

Customer Impact

  • Customer reported
  • Found internally

Source-Build's Alpine validation has moved to 3.19, which does not define off64_t. This fix is required to unblock May servicing. Discovered in dotnet/source-build#4339

Regression

  • Yes
  • No

Testing

I've manually verified that the images we build against define off_t as a 64-bit type on 64-bit systems.

Risk

Low

Copy link
Contributor

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

@jkoritzinsky jkoritzinsky added the Servicing-consider Issue for next servicing release review label Apr 18, 2024
@tommcdon tommcdon requested a review from mikem8361 April 18, 2024 23:51
Copy link
Member

@tommcdon tommcdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. we will take for consideration in 8.0.x

@jkoritzinsky jkoritzinsky force-pushed the backport/pr-91968-to-release/8.0-staging branch from 920e13a to 05ad51a Compare April 19, 2024 17:15
@jkoritzinsky jkoritzinsky changed the base branch from release/8.0-staging to release/8.0 April 19, 2024 17:15
@jkoritzinsky jkoritzinsky changed the title [release/8.0-staging] crashinfo.cpp/crashinfounix.cpp: use off_t instead of off64_t [release/8.0] crashinfo.cpp/crashinfounix.cpp: use off_t instead of off64_t Apr 19, 2024
@jkoritzinsky jkoritzinsky changed the title [release/8.0] crashinfo.cpp/crashinfounix.cpp: use off_t instead of off64_t [release/8.0-servicing] crashinfo.cpp/crashinfounix.cpp: use off_t instead of off64_t Apr 19, 2024
@jkoritzinsky jkoritzinsky force-pushed the backport/pr-91968-to-release/8.0-staging branch from 05ad51a to 1be7e43 Compare April 19, 2024 17:32
@github-actions github-actions bot requested a review from radical as a code owner April 19, 2024 17:32
@jkoritzinsky jkoritzinsky changed the title [release/8.0-servicing] crashinfo.cpp/crashinfounix.cpp: use off_t instead of off64_t [release/8.0-staging] crashinfo.cpp/crashinfounix.cpp: use off_t instead of off64_t Apr 19, 2024
@jkoritzinsky jkoritzinsky changed the base branch from release/8.0 to release/8.0-staging April 19, 2024 17:33
@jkoritzinsky
Copy link
Member

This is no longer blocking servicing as we have a PR with a source-build patch out at dotnet/installer#19544

@jeffschwMSFT
Copy link
Member

please ensure that this is merged, as it has already been merged into release/8

@jkoritzinsky jkoritzinsky added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Apr 23, 2024
@jkoritzinsky jkoritzinsky merged commit 535dd08 into release/8.0-staging Apr 23, 2024
184 of 192 checks passed
@jkoritzinsky jkoritzinsky deleted the backport/pr-91968-to-release/8.0-staging branch April 23, 2024 16:43
@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants