From 3482a5deaf6d448ae98ec792b72d37e1abb66287 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Mon, 6 Nov 2023 11:13:12 +0200 Subject: [PATCH] ci: update proof-market-toolchain to 0.0.39 --- .github/workflows/main.yml | 2 +- README.md | 2 +- scripts/run.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b85740c..fa6b4e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: env: ZKLLVM_VERSION: 0.1.4 - TOOLCHAIN_VERSION: 0.0.37 + TOOLCHAIN_VERSION: 0.0.39 jobs: test-zkllvm-workflow: diff --git a/README.md b/README.md index 8630dc7..f2ff074 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ In the tutorial, we'll use the latest compatible versions of both images: ZKLLVM_VERSION=0.1.4 docker pull ghcr.io/nilfoundation/zkllvm-template:${ZKLLVM_VERSION} -TOOLCHAIN_VERSION=0.0.37 +TOOLCHAIN_VERSION=0.0.39 docker pull ghcr.io/nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION} ``` diff --git a/scripts/run.sh b/scripts/run.sh index 8a79a12..cc455e2 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -15,11 +15,11 @@ REPO_ROOT="$SCRIPT_DIR/.." # Set image versions in the environment before running this script: # export ZKLLVM_VERSION=0.1.4 -# export TOOLCHAIN_VERSION=0.0.33 +# export TOOLCHAIN_VERSION=0.0.39 # If unset, default values will be used: echo "using nilfoundation/zkllvm-template:${ZKLLVM_VERSION:=0.1.4}" -echo "using nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION:=0.0.37}" +echo "using nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION:=0.0.39}" # podman is a safer option for using on CI machines if ! command -v podman; then