feat(raiko): upgrade both rust toolchain and sp1/risc0 sdk. #527
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI - SP1 | |
on: | |
workflow_call: | |
push: | |
branches: ["main"] | |
paths: | |
- "provers/sp1/**" | |
- "!docs/**" | |
- "script/build.sh" | |
- "script/install.sh" | |
pull_request: | |
paths: | |
- "provers/sp1/**" | |
- "!docs/**" | |
- "script/build.sh" | |
- "script/install.sh" | |
jobs: | |
build-test-sp1: | |
name: Build and test sp1 | |
uses: ./.github/workflows/ci-build-test-reusable.yml | |
with: | |
version_name: "sp1" | |
version_toolchain: "nightly-2024-09-05" | |
taskdb: "raiko-tasks/in-memory" | |
integration-test-sp1: | |
name: Run integration tests on sp1 | |
uses: ./.github/workflows/ci-integration-reusable.yml | |
with: | |
version_name: "sp1" | |
version_toolchain: "nightly-2024-09-05" | |
taskdb: "raiko-tasks/in-memory" | |