-
-
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
postgresql: enable tests on darwin #318383
Conversation
they were disabled in 0c3b7ea but seems to be working now
I tried this a few days ago, and one big problem is System Integrity Protection. Having this enabled will reset One thing to work around that would be to move the tests to the install check phase, i.e. doCheck = false;
doInstallCheck = true;
installCheckTarget = "check"; I have not succeeded with that though. So before tests can be enabled for darwin, this needs to be sorted out, too. |
@wolfgangwalther hey, thank you for response. With a change to sandbox ( PR in description ) postgresql with
is System Integrity Protection not enabled in my set up ? How do I check ? ( i am not a mac guy ) |
You can run |
Superseded by #358248 |
blocked by NixOS/nix#10878
related issues #198495
Description of changes
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.