feat(raiko): add alloc feature to compile risc0 guest to avoid oom issue #480
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/**" | |
pull_request: | |
paths: | |
- "provers/sp1/**" | |
merge_group: | |
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-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" |