-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
glib: fix build on aarch64-darwin #322988
Conversation
@ofborg build glib My aarch64-darwin builder is currently building bison 😅 |
We need this for |
And your rebuilding everything is exactly because of that. |
I just started building glib on my mac, it'll probably take a while. Do you indent to change the base? Should I cancel and wait for you to rebase? |
e44e2f5
to
e599720
Compare
Should be fine now. |
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.
The build went great on my mac.
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.
Thanks, probably no need to wait for ofborg since this was already confirmed by a hu-man
It failed there
but probably just an overloaded builder? |
Ah no, a sandboxing issue, more likely.
My check was on a machine with defaults (without sandboxing). |
Built for me.
|
Description of changes
Fixes build on aarch64-darwin as a followup to #321913.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.