Skip to content

Commit

Permalink
ci: update proof-market-toolchain to 0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
NickVolynkin committed Nov 8, 2023
1 parent e7572f1 commit 1f73722
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
```

Expand Down
4 changes: 2 additions & 2 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f73722

Please sign in to comment.