-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
glibc, ghc: disable PIE hardening when enabled by default (musl for now :)) #50426
glibc, ghc: disable PIE hardening when enabled by default (musl for now :)) #50426
Conversation
cc #49704 😁 |
Success on x86_64-linux (full log) Attempted: ghc, glibc Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: ghc The following builds were skipped because they don't evaluate on x86_64-darwin: glibc Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: ghc, glibc Partial log (click to expand)
|
Attempting to build anything in the first place suggests aarch64 failure is unrelated/pre-existing. This shouldn't trigger any new builds for non-musl. |
Related problem with writeup: #129247 (comment) |
Motivation for this change
Unbreak after well-intentioned (and IMO the right direct long-term anyway) change
enabling PIE by default when using musl.
Still testing that this fixes GHC, currently the build is past where it failed beforebut until it finishes who can say ;).
This fixes GHC! :)
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)