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

fix: Fix Rust 1.82 builds on Linux. #282

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

jetuk
Copy link
Member

@jetuk jetuk commented Nov 6, 2024

Rust 1.82 removed a linker option (--whole-archive) which has broken linking on Linux. This reorders the building / linking so that the linker finds the correct libraries.

See rust-lang/rust#128400

Rust 1.82 removed a linker option (`--whole-archive`) which has
broken linking on Linux. This reorders the building / linking
so that the linker finds the correct libraries.

See rust-lang/rust#128400
@jetuk jetuk requested a review from Batch21 November 6, 2024 11:04
@jetuk jetuk merged commit 099febf into main Nov 6, 2024
7 checks passed
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.

2 participants