Skip to content

Commit f05dc20

Browse files
authored
chore: upgrade to sp1 4.1.4 (#2167)
2 parents 601632a + b6afca9 commit f05dc20

File tree

57 files changed

+5594
-1453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5594
-1453
lines changed

.github/actions/setup/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ runs:
7777
~/.cargo/git/db/
7878
target/
7979
~/.rustup/
80-
key: rust-
81-
restore-keys: rust-
80+
key: sp1-rust-
81+
restore-keys: sp1-rust-
8282

8383
- name: Setup toolchain
8484
id: rustc-toolchain

.github/workflows/pr.yml

+9
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ jobs:
152152
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -C target-cpu=native
153153
RUST_BACKTRACE: 1
154154

155+
- name: Run cargo test with Blake3 PV hashing
156+
uses: actions-rs/cargo@v1
157+
with:
158+
command: test
159+
args: --release --package sp1-verifier -F blake3
160+
env:
161+
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -C target-cpu=native
162+
RUST_BACKTRACE: 1
163+
155164
lint:
156165
name: Formatting & Clippy
157166
runs-on: [runs-on, runner=16cpu-linux-x64, disk=large, "run-id=${{ github.run_id }}"]

0 commit comments

Comments
 (0)