-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
nodejs: fix sandboxed build on darwin #262124
Conversation
40b8f0f
to
ede887d
Compare
20280ac
to
672cde8
Compare
c75155b
to
6393610
Compare
6393610
to
351069d
Compare
86e01c6
to
c2b340b
Compare
OK, I can split these commits into another PR. Edit: done, these commits are now in separate PR. |
|
Seems to be some issue on staging branch, I’ll rebase again tomorrow. |
Looks like ofborg-eval is still broken in staging (well, at least it was when I’ve started rebuilding this PR). Manual build succeeds. Manual
Result of 6 packages built:
Result of 6 packages built:
|
Rebased, ofborg is happy now except for LLVM build timeouts on Darwin, but it builds for me on aarch64-darwin (sandbox enabled), aarch64-linux and x86_64-linux. I don’t have x86_64-darwin to test though. |
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.
It'd be nice to have the CI show it's working. Regardless of CI, we're certainly better with this patch than without it, so LGTM.
We're unlikely to get a review from marsam: #306702 |
Oh, I forgot that, sorry... |
Description of changes
This change fixes sandboxed build on Darwin for Node.js.
Fixes #261820
Note: wait for upstream PR before merging.The fix has been merged upstream, this PR backports it.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)