Skip to content

feat(raiko): upgrade both rust toolchain and sp1/risc0 sdk. #553

feat(raiko): upgrade both rust toolchain and sp1/risc0 sdk.

feat(raiko): upgrade both rust toolchain and sp1/risc0 sdk. #553

Workflow file for this run

name: CI - RISC0
on:
workflow_call:
push:
branches: ["main"]
paths:
- "provers/risc0/**"
- "!docs/**"
- "script/build.sh"
- "script/install.sh"
pull_request:
paths:
- "provers/risc0/**"
- "!docs/**"
- "script/build.sh"
- "script/install.sh"
jobs:
build-test-risc0:
name: Build and test risc0
uses: ./.github/workflows/ci-build-test-reusable.yml
with:
version_name: "risc0"
version_toolchain: "nightly-2024-09-05"
taskdb: “in-memory”
integration-test-risc0:
name: Run integration tests on risc0
uses: ./.github/workflows/ci-integration-reusable.yml
with:
version_name: "risc0"
version_toolchain: "nightly-2024-09-05"
taskdb: “in-memory”