mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 03:27:51 +00:00
Merge pull request #172548 from 06kellyjac/opa_zhf
open-policy-agent: fix darwin build issues
This commit is contained in:
commit
573c4df007
@ -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