Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update zkllvm to 0.1.1
Browse files Browse the repository at this point in the history
NickVolynkin committed Nov 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e7572f1 commit f9f4d4d
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
ZKLLVM_VERSION: 0.1.0
ZKLLVM_VERSION: 0.1.1
TOOLCHAIN_VERSION: 0.0.37

jobs:
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build to ghcr.io/nilfoundation/zkllvm-template:latest
FROM ghcr.io/nilfoundation/build-base:1.76.0

ARG ZKLLVM_VERSION=0.1.0
ARG ZKLLVM_VERSION=0.1.1

RUN DEBIAN_FRONTEND=noninteractive \
echo 'deb [trusted=yes] http://deb.nil.foundation/ubuntu/ all main' >> /etc/apt/sources.list \
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ Both images are versioned according to the products they contain.
In the tutorial, we'll use the latest compatible versions of both images:

```bash
ZKLLVM_VERSION=0.1.0
ZKLLVM_VERSION=0.1.1
docker pull ghcr.io/nilfoundation/zkllvm-template:${ZKLLVM_VERSION}

TOOLCHAIN_VERSION=0.0.37
6 changes: 3 additions & 3 deletions scripts/run.sh
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@ 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 ZKLLVM_VERSION=0.0.58
# export TOOLCHAIN_VERSION=0.0.33
# export ZKLLVM_VERSION=0.1.1
# export TOOLCHAIN_VERSION=0.0.39

# If unset, default values will be used:
echo "using nilfoundation/zkllvm-template:${ZKLLVM_VERSION:=0.1.0}"
echo "using nilfoundation/zkllvm-template:${ZKLLVM_VERSION:=0.1.1}"
echo "using nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION:=0.0.37}"

# podman is a safer option for using on CI machines

0 comments on commit f9f4d4d

Please sign in to comment.