We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbe8a9 commit 24b7035Copy full SHA for 24b7035
.buildkite/build.sh
@@ -18,5 +18,10 @@ echo "--- Cleanup"
18
19
echo "+++ Build"
20
cd "${PROJECT}"
21
+
22
+# Parallel auditor can end up opening loads of files and causing
23
+# "Too many open files" errors. Increase the limit.
24
+ulimit -n 65536
25
26
# Start Julia with multiple thread to make auditor parallel.
27
julia --threads "${BINARYBUILDER_NPROC:-16}" ./build_tarballs.jl --verbose "${PLATFORM}"
0 commit comments