Skip to content

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

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

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

Workflow file for this run

name: CI - SP1
on:
workflow_call:
push:
branches: ["main"]
paths:
- "provers/sp1/**"
- "!docs/**"
pull_request:
paths:
- "provers/sp1/**"
- "!docs/**"
jobs:
build-test-sp1:
name: Build and test sp1
uses: ./.github/workflows/ci-build-test-reusable.yml

Check failure on line 18 in .github/workflows/ci-sp1.yml

View workflow run for this annotation

GitHub Actions / CI - SP1

Invalid workflow file

The workflow is not valid. .github/workflows/ci-sp1.yml (Line: 18, Col: 11): Input taskdb is required, but not provided while calling.
with:
version_name: "sp1"
version_toolchain: "nightly-2024-04-18"
integration-test-sp1:
name: Run integration tests on sp1
uses: ./.github/workflows/ci-integration-reusable.yml
with:
version_name: "sp1"
version_toolchain: "nightly-2024-04-17"