Unverified Commit 1a55c25e authored by annalee's avatar annalee
Browse files

duckdb: increase file descriptors for installCheck

parent 253c0db6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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}