Upgrade openvm (#98)

This commit is contained in:
Han
2025-08-21 00:47:10 +08:00
committed by GitHub
parent f8eef49fd0
commit 0505f0e6e9
14 changed files with 288 additions and 410 deletions

View File

@@ -14,6 +14,6 @@ jobs:
packages: write
with:
zkvm: jolt
toolchain: 1.85.0
toolchain: 1.86.0
test_ere_dockerized: false
test_options: ''

View File

@@ -14,6 +14,6 @@ jobs:
packages: write
with:
zkvm: openvm
toolchain: 1.85.0
toolchain: 1.86.0
test_ere_dockerized: true
test_options: ''

View File

@@ -14,6 +14,6 @@ jobs:
packages: write
with:
zkvm: risc0
toolchain: 1.85.0
toolchain: 1.86.0
test_ere_dockerized: true
test_options: ''

View File

@@ -14,6 +14,6 @@ jobs:
packages: write
with:
zkvm: sp1
toolchain: 1.85.0
toolchain: 1.86.0
test_ere_dockerized: true
test_options: ''

View File

@@ -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'

View File

@@ -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