Skip to content

Commit 3df3ca0

Browse files
feat: v6.1.0 upgrade (#219)
* feat: v6 upgrade * update CI related code * fix * patches and fmt * nits * fix tests * fix minor clippy nit * temp workaround with --docker * chore: bump sp1 to 6.1.0 * chore: bump sp1 docker/toolchain tags to v6.1.0 * fix(vapp): correct expected panic variants in corrupted-signature tests * ci(release): drop redundant docker image patch (v6.1.0 image ships libprotobuf-dev) * test(vapp): tighten corrupted-request-sig assertion --------- Co-authored-by: Farhad Shabani <farhad.shabani@gmail.com>
1 parent 81be73c commit 3df3ca0

22 files changed

Lines changed: 1345 additions & 712 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ runs:
3939
~/.cargo/git/db/
4040
target/
4141
~/.rustup/
42-
key: rust-1.88.0-${{ hashFiles('**/Cargo.toml') }}
43-
restore-keys: rust-1.88.0-
42+
key: rust-1.91.0-${{ hashFiles('**/Cargo.toml') }}
43+
restore-keys: rust-1.91.0-
4444

4545
- name: Setup toolchain
4646
id: rustc-toolchain
4747
shell: bash
4848
run: |
49-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.88.0 -y
49+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.91.0 -y
5050
rustup install nightly
5151
5252
- name: "Install sp1up"
@@ -58,4 +58,4 @@ runs:
5858
- name: "Install SP1 toolchain"
5959
shell: bash
6060
run: |
61-
sp1up --version v5.2.4
61+
sp1up --version v6.1.0

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
uses: actions-rs/cargo@v1
8787
with:
8888
command: test
89-
toolchain: 1.88.0
89+
toolchain: 1.91.0
9090
args: --release
9191
env:
9292
RUST_BACKTRACE: 1
93-
RUSTUP_TOOLCHAIN: 1.88.0
93+
RUSTUP_TOOLCHAIN: 1.91.0
9494

9595
cargo-lint:
9696
name: Cargo Lint

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
sudo docker system prune -af
2929
df -h
3030
31-
- name: Install protobuf compiler
32-
run: |
33-
sudo apt-get update
34-
sudo apt-get install -y protobuf-compiler
35-
3631
- name: Build RISC-V ELFs
3732
run: |
3833
./x.sh --docker

0 commit comments

Comments
 (0)