Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
ci: added ci for building program to 'riscv32im-succinct-zkvm-elf' (#1)
Browse files Browse the repository at this point in the history
* ci: fix attempt

* ci: try again

* imp: attempt to fix

* ci: attempt

* ci: attempt
  • Loading branch information
srdtrk authored Jun 21, 2024
1 parent a4e3fdc commit 4d922ca
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,26 @@ jobs:
fail-fast: true

name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-04-17
override: true

- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
source /home/runner/.bashrc
sp1up
cargo-prove prove --version
~/.config/.sp1/bin/sp1up
~/.config/.sp1/bin/cargo-prove prove --version
- name: Build SP1 program
run: |
cd program
cargo-prove prove build --release
~/.config/.sp1/bin/cargo-prove prove build

0 comments on commit 4d922ca

Please sign in to comment.