Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zkLLVM version updated to 0.1.7 #54

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
TOOLCHAIN_VERSION: 0.1.6
TOOLCHAIN_VERSION: 0.1.7

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