mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Upgrade openvm (#98)
This commit is contained in:
2
.github/workflows/test-zkvm-jolt.yml
vendored
2
.github/workflows/test-zkvm-jolt.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
packages: write
|
||||
with:
|
||||
zkvm: jolt
|
||||
toolchain: 1.85.0
|
||||
toolchain: 1.86.0
|
||||
test_ere_dockerized: false
|
||||
test_options: ''
|
||||
|
||||
2
.github/workflows/test-zkvm-openvm.yml
vendored
2
.github/workflows/test-zkvm-openvm.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
packages: write
|
||||
with:
|
||||
zkvm: openvm
|
||||
toolchain: 1.85.0
|
||||
toolchain: 1.86.0
|
||||
test_ere_dockerized: true
|
||||
test_options: ''
|
||||
|
||||
2
.github/workflows/test-zkvm-risc0.yml
vendored
2
.github/workflows/test-zkvm-risc0.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
packages: write
|
||||
with:
|
||||
zkvm: risc0
|
||||
toolchain: 1.85.0
|
||||
toolchain: 1.86.0
|
||||
test_ere_dockerized: true
|
||||
test_options: ''
|
||||
|
||||
2
.github/workflows/test-zkvm-sp1.yml
vendored
2
.github/workflows/test-zkvm-sp1.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
packages: write
|
||||
with:
|
||||
zkvm: sp1
|
||||
toolchain: 1.85.0
|
||||
toolchain: 1.86.0
|
||||
test_ere_dockerized: true
|
||||
test_options: ''
|
||||
|
||||
2
.github/workflows/test-zkvm-zisk.yml
vendored
2
.github/workflows/test-zkvm-zisk.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
packages: write
|
||||
with:
|
||||
zkvm: zisk
|
||||
toolchain: 1.85.0
|
||||
toolchain: 1.86.0
|
||||
test_ere_dockerized: false
|
||||
test_options: 'execute compile'
|
||||
|
||||
2
.github/workflows/test-zkvm.yml
vendored
2
.github/workflows/test-zkvm.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
description: 'Rust toolchain to use'
|
||||
required: false
|
||||
type: string
|
||||
default: 1.85.0
|
||||
default: 1.86.0
|
||||
test_ere_dockerized:
|
||||
description: 'Whether test ere-dockerized with the selected zkVM or not'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user