Skip to content

Commit

Permalink
ci: only check sp1
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Feb 19, 2025
1 parent c0f105b commit a690009
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_l2_prover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: ${{ matrix.action.command }} Command
run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }}

# TODO(#1974): Restore this job once we fix risc0
test:
# "Test" is a required check, don't change the name
name: Test
Expand All @@ -40,6 +39,7 @@ jobs:
uses: actions/checkout@v4
- name: Rust toolchain install
uses: dtolnay/rust-toolchain@stable
# TODO(#1974): Restore these steps once we fix risc0
# Use cargo-risczero v1.2.0
# The risc0-zkvm crate should match this version
# - name: RISC-V RISC0 toolchain install
Expand All @@ -52,10 +52,10 @@ jobs:
# run: |
# cd crates/l2/prover
# cargo build --release --features build_risc0
- name: Test Prover Execution
run: |
cd crates/l2/prover
RUST_LOG=info make perf-risc0
# - name: Test Prover Execution
# run: |
# cd crates/l2/prover
# RUST_LOG=info make perf-risc0
- name: RISC-V SP1 toolchain install
run: |
curl -L https://sp1.succinct.xyz | bash
Expand Down

0 comments on commit a690009

Please sign in to comment.