Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 16, 2025
1 parent ccda944 commit 192bfb8
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,3 @@ jobs:
- name: Compile the range program
run: cargo build --profile release-client-lto
working-directory: programs/range
build_zkvm_programs:
runs-on:
- runs-on
- runner=64cpu-linux-arm64
- run-id=${{ github.run_id }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
~/.sp1/bin/sp1up
~/.sp1/bin/cargo-prove prove --version
source ~/.bashrc
- name: Compile the range program
run: ~/.sp1/bin/cargo-prove prove build --binary range
working-directory: programs/range
- name: Compile the aggregation program
run: ~/.sp1/bin/cargo-prove prove build --binary aggregation
working-directory: programs/aggregation

0 comments on commit 192bfb8

Please sign in to comment.