revert to older verison of Anvil for rln tests and anvil_install fix

This commit is contained in:
stubbsta 2025-11-28 08:15:34 +02:00
parent 73fef00231
commit cfa7f51bb1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ endif
##################
.PHONY: deps libbacktrace
FOUNDRY_VERSION := 1.5.0
FOUNDRY_VERSION := 1.4.2
rustup:
ifeq (, $(shell which cargo))

View File

@ -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