From a9981e467104055e0c07dc83b15d729d76d9bc36 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Thu, 29 Feb 2024 14:51:09 -0300 Subject: [PATCH] chore: Do not download foundry during L1 contracts fast bootstrap --- l1-contracts/bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/l1-contracts/bootstrap.sh b/l1-contracts/bootstrap.sh index fa8189b567d..547735ef7a2 100755 --- a/l1-contracts/bootstrap.sh +++ b/l1-contracts/bootstrap.sh @@ -15,12 +15,13 @@ if [ -n "$CMD" ]; then fi fi -# Install foundry. -. ./scripts/install_foundry.sh # Attempt to just pull artefacts from CI and exit on success. [ -n "${USE_CACHE:-}" ] && ./bootstrap_cache.sh && exit +# Install foundry. +. ./scripts/install_foundry.sh + # Clean rm -rf broadcast cache out serve