Skip to content

Commit

Permalink
Bump openssl from 0.10.64 to 0.10.66 (#15)
Browse files Browse the repository at this point in the history
* Bump openssl from 0.10.64 to 0.10.66

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.64...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* update workflow

* use cargo-prove

* update command

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Xiong <alex.xiong.tech@gmail.com>
  • Loading branch information
dependabot[bot] and alxiong authored Aug 15, 2024
1 parent 7c14b7e commit da52d5a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ concurrency:

jobs:
sp1-program:
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand All @@ -36,13 +38,14 @@ jobs:
with:
prefix-key: v2-rust

- name: Setup SP1 toolchain
shell: bash
- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
~/.config/.sp1/bin/sp1up
~/.config/.sp1/bin/cargo-prove prove --version
echo "$HOME/.config/.sp1/bin" >> $GITHUB_PATH
~/.sp1/bin/sp1up
echo "$HOME/.sp1/bin" >> $GITHUB_PATH
- name: Check SP1 toolchain
run: cargo-prove prove --version

- name: Build SP1 program
run: just sp1-build
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default:
@sp1-build:
echo "Rebuilding SP1 program ..."
mkdir -p sp1/program/elf
cd sp1/program && cargo prove build --verbose
cd sp1/program && cargo-prove prove build
mv elf/riscv32im-succinct-zkvm-elf sp1/program/elf/fib-riscv32im-succinct-zkvm-elf && rm -rf elf/
echo "... done"

Expand Down

0 comments on commit da52d5a

Please sign in to comment.