Skip to content

Commit

Permalink
feat: Sync from aztec-packages (#4438)
Browse files Browse the repository at this point in the history
BEGIN_COMMIT_OVERRIDE
chore: bootstrap improvements.
(AztecProtocol/aztec-packages#4711)
END_COMMIT_OVERRIDE

---------

Co-authored-by: Tom French <[email protected]>
  • Loading branch information
AztecBot and TomAFrench authored Feb 27, 2024
1 parent e80c5f7 commit a25d5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -n "$CMD" ]; then
fi

# Attempt to just pull artefacts from CI and exit on success.
./bootstrap_cache.sh && exit
[ -n "${USE_CACHE:-}" ] && ./bootstrap_cache.sh && exit

./scripts/bootstrap_native.sh
./scripts/bootstrap_packages.sh
./scripts/bootstrap_packages.sh

0 comments on commit a25d5da

Please sign in to comment.