From 676f3f343f16c00c4d1a039c6addeeec7d6b6562 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Fri, 28 Nov 2025 08:15:34 +0200 Subject: [PATCH] revert to older verison of Anvil for rln tests and anvil_install fix --- Makefile | 2 +- scripts/install_anvil.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b5532541d..de20f40e2 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ endif ################## .PHONY: deps libbacktrace -FOUNDRY_VERSION := 1.5.0 +FOUNDRY_VERSION := 1.4.2 rustup: ifeq (, $(shell which cargo)) diff --git a/scripts/install_anvil.sh b/scripts/install_anvil.sh index 24a5fd312..c573ac31c 100755 --- a/scripts/install_anvil.sh +++ b/scripts/install_anvil.sh @@ -34,7 +34,7 @@ else fi # Run foundryup to install the required version - if [ -n "$git" ]; then + if [ -n "$REQUIRED_FOUNDRY_VERSION" ]; then echo "Installing Foundry tools version $REQUIRED_FOUNDRY_VERSION..." foundryup --install "$REQUIRED_FOUNDRY_VERSION" else