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

Always use GCC >5 when building Rust #400

Merged
merged 2 commits into from
Dec 27, 2024
Merged

Always use GCC >5 when building Rust #400

merged 2 commits into from
Dec 27, 2024

Conversation

imciner2
Copy link
Member

Rust requires glibc 2.17, which we only have with GCC >5. This at least fixes the x86_64 failure seen in the BinaryBuilder CI JuliaPackaging/BinaryBuilder.jl#1358, which is giving the error:

          /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/pal/unix/stack_overflow.rs:270: undefined reference to `getauxval'
          /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/pal/unix/stack_overflow.rs:270: undefined reference to `getauxval'
          collect2: error: ld returned 1 exit status

Rust requires glibc 2.17, which we only have with GCC >5.
@imciner2 imciner2 merged commit 621fedb into master Dec 27, 2024
7 checks passed
@imciner2 imciner2 deleted the im/rustgcc branch December 27, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants