Skip to content

Commit

Permalink
chore: remove profiler cache fallback (#11680)
Browse files Browse the repository at this point in the history
Remove the fallback added to noir/bootstrap.sh in #11642 to handle
noir-profiler until its included in cache.
  • Loading branch information
saleel authored Feb 3, 2025
1 parent 09f98a9 commit a305aef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions noir/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ function build {
denoise ./scripts/bootstrap_native.sh
denoise ./scripts/bootstrap_packages.sh
cache_upload noir-$hash.tar.gz noir-repo/target/release/nargo noir-repo/target/release/acvm noir-repo/target/release/noir-profiler packages
# if noir-profiler is not found in cache, build it (temp fix until profiler is included in the cache)
elif [ ! -f noir-repo/target/release/noir-profiler ]; then
cd noir-repo/tooling/profiler
cargo build --release
cd ../../..
fi
github_endgroup
}
Expand Down

0 comments on commit a305aef

Please sign in to comment.