Merge pull request #303245 from annaleaves/duckdb-filedescriptors

duckdb: increase file descriptors for installCheck
This commit is contained in:
Weijia Wang 2024-04-11 06:05:20 +02:00 committed by GitHub
commit eab5b0a51a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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}