mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:17:38 +00:00
open-policy-agent: fix darwin build issues
This commit is contained in:
parent
40caba20b3
commit
a76ef49458
@ -43,8 +43,8 @@ buildGoModule rec {
|
||||
go list ./... | grep -v -e e2e ${lib.optionalString stdenv.isDarwin "-e wasm"}
|
||||
}
|
||||
'' + lib.optionalString stdenv.isDarwin ''
|
||||
# resolve "too many open files" errors during the tests on darwin
|
||||
ulimit -n 1024
|
||||
# remove tests that have "too many open files"/"no space left on device" issues on darwin in hydra
|
||||
rm server/server_test.go
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user