Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ case "$cmd" in
export NATIVE_PRESET=debug
export AVM=0
export AVM_TRANSPILER=0
barretenberg/cpp/bootstrap.sh build
barretenberg/cpp/bootstrap.sh ci
;;
"ci-barretenberg")
export CI=1
Expand Down
3 changes: 2 additions & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ case "$cmd" in
barretenberg-debug)
export CI_DASHBOARD="nightly"
export JOB_ID="x-$cmd"
export CPUS=16
export CPUS=32
export AWS_SHUTDOWN_TIME=120
bootstrap_ec2 "./bootstrap.sh ci-$cmd"
;;
avm-inputs-collection|avm-check-circuit)
Expand Down
Loading