-
-
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
llvm 5: 5.0.0 -> 5.0.1 #32870
llvm 5: 5.0.0 -> 5.0.1 #32870
Conversation
Actually my machines run out of memory (?) when trying to use nox-review O:). On a 32GB node. |
None of the following is relevant to this PR! Turns out huge rebuilds and nox-review and nix-build don't play nice, resulting in a PR I just filed against nox. Weeee. Looks like memory exhaustion was due to boehmgc, message below :(. Chasing a bit suggests perhaps building with large config enabled might help?
Update: Looks like boehmgc's "small" (default) config is at 8GB which matches that I'm seeing before nix reports the above error. Update 2: Looks like the sort of command nox-review uses ( Replacing the command with a single expression with all the attributes in an array fixes the memory usage! Might not be perfect, but for completeness here's what I mean:
|
e5b30ca
to
e9aa0d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
llvmPackages
and mesa_noglu
build OK; clang compiles hello-world.
It would be nice if someone tested Darwin a little before we unleash Hydra.
Ping! @LnL7 is this something you can look into, or maybe ping someone who can? Thanks! :D |
I have tested on Darwin by building |
Forgot about this, thanks for the ping 😄 |
I initially forgot – the Darwin stdenv uses an older branch than 5, so the Darwin impact should be minimal anyway... |
Yeah, perhaps we should start looking at switching the default. |
NEEDS MORE TESTING BEFORE MERGE!
Motivation for this change
New minor LLVM release!
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)