From cfa7f51bb11c3cf6a7f33eed92d5e75d8c09b5d8 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 8b4625d19..5669e22bb 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