mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Update Jolt to v0.3.0-alpha (#181)
This commit is contained in:
2
.github/workflows/test-zkvm-jolt.yml
vendored
2
.github/workflows/test-zkvm-jolt.yml
vendored
@@ -14,4 +14,4 @@ jobs:
|
||||
packages: write
|
||||
with:
|
||||
zkvm: jolt
|
||||
toolchain: 1.86.0
|
||||
toolchain: 1.88.0
|
||||
|
||||
1
.github/workflows/test-zkvm-zisk.yml
vendored
1
.github/workflows/test-zkvm-zisk.yml
vendored
@@ -15,5 +15,4 @@ jobs:
|
||||
with:
|
||||
zkvm: zisk
|
||||
toolchain: 1.86.0
|
||||
free_up_disk_space: true
|
||||
skip_prove_test: true
|
||||
|
||||
9
.github/workflows/test-zkvm.yml
vendored
9
.github/workflows/test-zkvm.yml
vendored
@@ -12,11 +12,6 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: 1.86.0
|
||||
free_up_disk_space:
|
||||
description: 'Whether free up disk space or not'
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
# Remove when we use larger runners, currently only needed to skip for zisk
|
||||
skip_prove_test:
|
||||
description: 'Whether to skip prove test and ere-dockerized test or not'
|
||||
@@ -47,7 +42,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Free up disk space
|
||||
if: ${{ inputs.free_up_disk_space }}
|
||||
run: bash .github/scripts/free-up-disk-space.sh
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
@@ -151,7 +145,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Free up disk space
|
||||
if: ${{ inputs.free_up_disk_space }}
|
||||
run: bash .github/scripts/free-up-disk-space.sh
|
||||
|
||||
- name: Cache dependencies
|
||||
@@ -201,7 +194,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Free up disk space
|
||||
if: ${{ inputs.free_up_disk_space }}
|
||||
run: bash .github/scripts/free-up-disk-space.sh
|
||||
|
||||
- name: Cache dependencies
|
||||
@@ -249,7 +241,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Free up disk space
|
||||
if: ${{ inputs.free_up_disk_space }}
|
||||
run: bash .github/scripts/free-up-disk-space.sh
|
||||
|
||||
- name: Install protoc
|
||||
|
||||
Reference in New Issue
Block a user