From bec98dda971a563e1a98ef1c49fc7c73d66cc824 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 Nov 2023 21:57:45 +0000 Subject: [PATCH] zkLLVM version updated to 0.1.7 --- .github/workflows/main.yml | 2 +- scripts/run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3dc825a..22a08b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - TOOLCHAIN_VERSION: 0.1.6 + TOOLCHAIN_VERSION: 0.1.7 jobs: test-zkllvm-workflow: diff --git a/scripts/run.sh b/scripts/run.sh index f08b395..acf68dd 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -14,10 +14,10 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) REPO_ROOT="$SCRIPT_DIR/.." # Set image versions in the environment before running this script: -# export TOOLCHAIN_VERSION=0.1.6 +# export TOOLCHAIN_VERSION=0.1.7 # If unset, default values will be used: -echo "using nilfoundation/toolchain:${TOOLCHAIN_VERSION:=0.1.6}" +echo "using nilfoundation/toolchain:${TOOLCHAIN_VERSION:=0.1.7}" # podman is a safer option for using on CI machines if ! command -v podman; then