docker: Determine nproc for darwin. (closes #52)

docker: Further separate apt and rust cache mounts.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-16 03:16:41 +00:00
parent f4e6807a3c
commit fc3fcf4526
5 changed files with 13 additions and 17 deletions

View File

@@ -85,7 +85,7 @@ RUN <<EOF
cmake \
--build build \
--target install \
--parallel ${nprocs}
--parallel "${nprocs}"
EOF