mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
OpenVM cache pk (#110)
This commit is contained in:
@@ -43,4 +43,7 @@ else
|
||||
echo "Error: 'cargo openvm --version' failed. cargo-openvm might not have installed correctly." >&2
|
||||
echo " Ensure ${HOME}/.cargo/bin is in your PATH for new shells." >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
# Setup aggregation keys
|
||||
cargo openvm setup
|
||||
|
||||
@@ -28,8 +28,8 @@ ensure_tool_installed "rustup" "to manage Rust toolchains"
|
||||
ensure_tool_installed "git" "to install pico-cli from a git repository"
|
||||
ensure_tool_installed "cargo" "to build and install Rust packages"
|
||||
|
||||
PICO_TOOLCHAIN_VERSION="nightly-2024-11-27"
|
||||
PICO_CLI_VERSION_TAG="v1.1.4"
|
||||
PICO_TOOLCHAIN_VERSION="nightly-2025-08-04"
|
||||
PICO_CLI_VERSION_TAG="v1.1.7"
|
||||
|
||||
# Install the specific nightly toolchain for Pico
|
||||
echo "Installing Pico-specific Rust toolchain: ${PICO_TOOLCHAIN_VERSION}..."
|
||||
|
||||
Reference in New Issue
Block a user