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

Update archives for Ubuntu 22.04. #483

Merged
merged 1 commit into from Mar 4, 2023
Merged

Conversation

sunfishcode
Copy link
Member

Github's ubuntu-latest is now on Ubuntu 22.04, which has a newer binutils, which produces slightly different prebuilt libraries. Update the checked-in libraries to match the builds produced in CI.

Github's ubuntu-latest is now on Ubuntu 22.04, which has a newer
binutils, which produces slightly different prebuilt libraries. Update
the checked-in libraries to match the builds produced in CI.
@sunfishcode
Copy link
Member Author

The problem here turned out to be a mismatch in the dwarf version, which the cc crate overrides to attempt to match the Rust version. I fixed it by pinning the builds to -gdwarf-3, which is the version used in Rust 1.48.

@sunfishcode sunfishcode merged commit 184ae01 into main Mar 4, 2023
52 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/update-archives branch March 4, 2023 00:07
sunfishcode added a commit that referenced this pull request Mar 4, 2023
Github's ubuntu-latest is now on Ubuntu 22.04, which has a newer
binutils, which produces slightly different prebuilt libraries. Update
the checked-in libraries to match the builds produced in CI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant