Skip to content

Commit

Permalink
fix: Add missing bootstrap fast aliases (#12078)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino authored Feb 18, 2025
1 parent 7a1205c commit c067772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aztec-up/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function release {
}

case "$cmd" in
""|"full")
""|"full"|"fast")
build_dind_image
;;
test_cmds|test|release)
Expand Down
2 changes: 1 addition & 1 deletion docs/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ case "$cmd" in
"clean")
git clean -fdx
;;
""|"full")
""|"full"|"fast")
build_and_preview
;;
"hash")
Expand Down
2 changes: 1 addition & 1 deletion release-image/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source $(git rev-parse --show-toplevel)/ci3/source_bootstrap
cmd=${1:-}

case "$cmd" in
""|"full")
""|"fast"|"full")
echo_header "release-image build"
cd ..
denoise "docker build -f release-image/Dockerfile -t aztecprotocol/aztec:$(git rev-parse HEAD) ."
Expand Down

1 comment on commit c067772

@AztecBot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: c067772 Previous: 7a1205c Ratio
wasmconstruct_proof_ultrahonk_power_of_2/20 10676.128055 ms/iter 9341.550754999998 ms/iter 1.14

This comment was automatically generated by workflow using github-action-benchmark.

CC: @ludamad @codygunton

Please sign in to comment.