duckdb: increase file descriptors for installCheck

fixes https://github.com/NixOS/nixpkgs/issues/303226
This commit is contained in:
annalee 2024-04-10 23:46:15 +00:00
parent 253c0db644
commit 1a55c25e86
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
in
''
runHook preInstallCheck
(($(ulimit -n) < 1024)) && ulimit -n 1024
HOME="$(mktemp -d)" ${LD_LIBRARY_PATH}="$lib/lib" ./test/unittest ${toString excludes}