From 1f737224897c2b891ad6f1893bd866ee763f5649 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Wed, 8 Nov 2023 20:48:47 +0200 Subject: [PATCH] ci: update proof-market-toolchain to 0.0.38 --- .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 d1da6e3..365be2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: env: ZKLLVM_VERSION: 0.1.0 - TOOLCHAIN_VERSION: 0.0.37 + TOOLCHAIN_VERSION: 0.0.38 jobs: test-zkllvm-workflow: diff --git a/README.md b/README.md index ae11886..bf71afb 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.0 docker pull ghcr.io/nilfoundation/zkllvm-template:${ZKLLVM_VERSION} -TOOLCHAIN_VERSION=0.0.37 +TOOLCHAIN_VERSION=0.0.38 docker pull ghcr.io/nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION} ``` diff --git a/scripts/run.sh b/scripts/run.sh index 616055b..c6949e7 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.0.58 -# export TOOLCHAIN_VERSION=0.0.33 +# export TOOLCHAIN_VERSION=0.0.38 # If unset, default values will be used: echo "using nilfoundation/zkllvm-template:${ZKLLVM_VERSION:=0.1.0}" -echo "using nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION:=0.0.37}" +echo "using nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION:=0.0.38}" # podman is a safer option for using on CI machines if ! command -v podman; then