-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
fix jupyterlab on darwin #124101
fix jupyterlab on darwin #124101
Conversation
c15e980
to
f1096cd
Compare
Hmm... all of these packages are reported as working from 1672185 https://hydra.nixos.org/eval/1672185?filter=jupyterlab_server&compare=1672118&full= |
Those are all for Linux. The darwin builds are broken. |
Are you doing sandboxed builds? I'm on Mac 10.15 too and it is failing for me even on the latest master: bd24952 Here is an portion of the error log:
|
I tried setting sandbox=false in my nix config, and the build passed, so I bet this is the issue. |
I am doing sandboxed builds. I wish hydra would hurry up and settle this. |
Would the version of Maybe someone else can settle this for us if Hydra is too slow. |
I'm seeing very strange sandbox behaviour on my darwin machine now, this suggest something could well be up with it... |
Ok - I've got to the bottom of my issue - turns out I need to restart my nix daemon one last time at the end of my macos bringup script to get the sandbox-enabling setting to take effect. It does indeed fail now. Let me run a proper test for this 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.
WFM macos 10.15
bump @jonringer |
Motivation for this change
The jupyterlab stack was broken on mac: https://hydra.nixos.org/build/143189378
ZHF: #122042
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)