Upgrade sp1 to 5.2.1 (#108)

This commit is contained in:
Paul
2025-09-03 17:49:20 +08:00
committed by GitHub
parent 6a1855c7af
commit e4b1ccca54
4 changed files with 1176 additions and 83 deletions

View File

@@ -10,7 +10,7 @@ COPY --chmod=+x scripts/sdk_installers/install_sp1_sdk.sh /tmp/install_sp1_sdk.s
# Define where SP1 SDK will be installed within the image.
# The install_sp1_sdk.sh script will respect these ENV variables.
ENV SP1_DIR="/root/.sp1" \
SP1_VERSION="v5.1.0"
SP1_VERSION="v5.2.1"
# Run the SP1 SDK installation script
# It will use the SP1_DIR and SP1_VERSION defined above.