Skip to content

Commit

Permalink
fix: foundry (#2611)
Browse files Browse the repository at this point in the history
Foundry dropped the specific version of binary we use and it resulted in
this error:
`gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
foundryup: command failed: tar -xzC
/mnt/user-data/jan/tmp/aztec-packages/l1-contracts/.foundry/bin
foundryup: downloading manpages`

I unpinned the version and it fixes it.
  • Loading branch information
benesjan authored and Maddiaa0 committed Oct 5, 2023
1 parent c3b05cd commit c79e41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/scripts/install_foundry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ chmod +x $BIN_PATH
export PATH=$FOUNDRY_BIN_DIR:$PATH

# Use version.
foundryup --version nightly-bdea91c79055e8adcf33e714984edba9a3e33d2a
foundryup

0 comments on commit c79e41d

Please sign in to comment.