Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions release-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ARG BUILD_METADATA=""
ENV BUILD_METADATA=$BUILD_METADATA

# Provide paths to bb and acvm for use in yarn-project, also create default working directories for each
ENV UV_THREADPOOL_SIZE=8
ENV BB_WORKING_DIRECTORY=/usr/src/bb
ENV BB_BINARY_PATH=/usr/src/barretenberg/cpp/build/bin/bb-avm
ENV ACVM_WORKING_DIRECTORY=/usr/src/acvm
Expand Down
1 change: 1 addition & 0 deletions yarn-project/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cd ../$dir

export RAYON_NUM_THREADS=1
export TOKIO_WORKER_THREADS=1
export UV_THREADPOOL_SIZE=${UV_THREADPOOL_SIZE:-8}
export HARDWARE_CONCURRENCY=${CPUS:-16}
export LOG_LEVEL=${LOG_LEVEL:-info}
exec node --no-warnings --experimental-vm-modules --loader @swc-node/register \
Expand Down
Loading