From 6fee7b0e5f40bccef9e9a7fa4fb79cb38b8c08f6 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Tue, 16 Jun 2026 10:22:49 +0000 Subject: [PATCH] fix(bb-sol): use cached solc in foundry config --- barretenberg/sol/foundry.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/barretenberg/sol/foundry.toml b/barretenberg/sol/foundry.toml index a0ed4ad08f3c..2aa22bb5cd1f 100644 --- a/barretenberg/sol/foundry.toml +++ b/barretenberg/sol/foundry.toml @@ -8,15 +8,14 @@ optimizer_runs = 1 gas_limit = 900000000000000000 bytecode_hash = "none" evm_version = "cancun" - -[fuzz] -runs = 2 - # Use the pre-downloaded solc binary from l1-contracts. l1-contracts' build is # the single owner of the svm download; pointing other forge projects at the # same binary avoids parallel svm downloads racing on ~/.svm. solc = "../../l1-contracts/solc-0.8.30" +[fuzz] +runs = 2 + [lint] ignore = ["./lib/**"] exclude_lints = [