-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump compiler to latest to accomodate latest serde
diagnostic
(#…
…830)
- Loading branch information
1 parent
f64f0ec
commit 616b421
Showing
7 changed files
with
73 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,15 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: jetli/[email protected] | ||
- name: Add wasm32-unknown-unknown target | ||
run: rustup target add wasm32-unknown-unknown | ||
|
||
- name: Add rust-src | ||
run: rustup component add rust-src --toolchain nightly-2024-02-06-x86_64-unknown-linux-gnu | ||
run: rustup component add rust-src --toolchain nightly-2024-07-18-x86_64-unknown-linux-gnu | ||
- name: Install binaryen | ||
run: | | ||
set -e | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- name: Build | ||
|
@@ -38,7 +38,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- name: Docs | ||
|
@@ -50,7 +50,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -73,7 +73,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -106,7 +106,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -139,7 +139,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -172,7 +172,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -189,7 +189,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: jetli/[email protected] | ||
|
@@ -199,7 +199,7 @@ jobs: | |
- name: Install wasm32-unknown-unknown | ||
run: rustup target add wasm32-unknown-unknown | ||
- name: Add rust-src | ||
run: rustup component add rust-src --toolchain nightly-2024-02-06-x86_64-unknown-linux-gnu | ||
run: rustup component add rust-src --toolchain nightly-2024-07-18-x86_64-unknown-linux-gnu | ||
- name: Run wasm verifier tests | ||
# on mac: | ||
# AR=/opt/homebrew/opt/llvm/bin/llvm-ar CC=/opt/homebrew/opt/llvm/bin/clang wasm-pack test --firefox --headless -- -Z build-std="panic_abort,std" --features web | ||
|
@@ -212,7 +212,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -229,7 +229,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -290,7 +290,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -308,7 +308,7 @@ jobs: | |
node-version: "18.12.1" | ||
cache: "pnpm" | ||
- name: "Add rust-src" | ||
run: rustup component add rust-src --toolchain nightly-2024-02-06-x86_64-unknown-linux-gnu | ||
run: rustup component add rust-src --toolchain nightly-2024-07-18-x86_64-unknown-linux-gnu | ||
- name: Install dependencies for js tests and in-browser-evm-verifier package | ||
run: | | ||
pnpm install --frozen-lockfile | ||
|
@@ -330,7 +330,7 @@ jobs: | |
- name: Install solc | ||
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.20 && solc --version | ||
- name: Install Anvil | ||
run: cargo install --git https://github.com/foundry-rs/foundry --rev c2233ec9fe61e0920c61c6d779bc707252852037 --profile local --locked anvil --force | ||
run: cargo install --git https://github.com/foundry-rs/foundry --rev 62cdea8ff9e6efef011f77e295823b5f2dbeb3a1 --locked anvil --force | ||
- name: KZG prove and verify tests (EVM + VK rendered seperately) | ||
run: cargo nextest run --release --verbose tests_evm::kzg_evm_prove_and_verify_render_seperately_ --test-threads 1 | ||
- name: KZG prove and verify tests (EVM + kzg all) | ||
|
@@ -369,15 +369,15 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: jetli/[email protected] | ||
- name: Add wasm32-unknown-unknown target | ||
run: rustup target add wasm32-unknown-unknown | ||
|
||
- name: Add rust-src | ||
run: rustup component add rust-src --toolchain nightly-2024-02-06-x86_64-unknown-linux-gnu | ||
run: rustup component add rust-src --toolchain nightly-2024-07-18-x86_64-unknown-linux-gnu | ||
- uses: actions/checkout@v3 | ||
- name: Use pnpm 8 | ||
uses: pnpm/action-setup@v2 | ||
|
@@ -443,11 +443,11 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- name: Add rust-src | ||
run: rustup component add rust-src --toolchain nightly-2024-02-06-x86_64-unknown-linux-gnu | ||
run: rustup component add rust-src --toolchain nightly-2024-07-18-x86_64-unknown-linux-gnu | ||
- uses: actions/checkout@v3 | ||
- uses: baptiste0928/cargo-install@v1 | ||
with: | ||
|
@@ -477,7 +477,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -495,7 +495,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -512,7 +512,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -529,7 +529,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -539,7 +539,7 @@ jobs: | |
- name: Install solc | ||
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.20 && solc --version | ||
- name: Install Anvil | ||
run: cargo install --git https://github.com/foundry-rs/foundry --rev c2233ec9fe61e0920c61c6d779bc707252852037 --profile local --locked anvil --force | ||
run: cargo install --git https://github.com/foundry-rs/foundry --rev 62cdea8ff9e6efef011f77e295823b5f2dbeb3a1 --locked anvil --force | ||
- name: KZG prove and verify aggr tests | ||
run: cargo nextest run --release --verbose tests_evm::kzg_evm_aggr_prove_and_verify_::t --test-threads 4 -- --include-ignored | ||
|
||
|
@@ -550,7 +550,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -570,7 +570,7 @@ jobs: | |
python-version: "3.12" | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- name: Install cmake | ||
|
@@ -580,7 +580,7 @@ jobs: | |
- name: Setup Virtual Env and Install python dependencies | ||
run: python -m venv .env --clear; source .env/bin/activate; pip install -r requirements.txt; | ||
- name: Install Anvil | ||
run: cargo install --git https://github.com/foundry-rs/foundry --rev c2233ec9fe61e0920c61c6d779bc707252852037 --profile local --locked anvil --force | ||
run: cargo install --git https://github.com/foundry-rs/foundry --rev 62cdea8ff9e6efef011f77e295823b5f2dbeb3a1 --locked anvil --force | ||
- name: Build python ezkl | ||
run: source .env/bin/activate; unset CONDA_PREFIX; maturin develop --features python-bindings --release | ||
- name: Run pytest | ||
|
@@ -596,7 +596,7 @@ jobs: | |
python-version: "3.12" | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -645,7 +645,7 @@ jobs: | |
python-version: "3.11" | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-02-06 | ||
toolchain: nightly-2024-07-18 | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: baptiste0928/cargo-install@v1 | ||
|
@@ -655,7 +655,7 @@ jobs: | |
- name: Install solc | ||
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.20 && solc --version | ||
- name: Install Anvil | ||
run: cargo install --git https://github.com/foundry-rs/foundry --rev c2233ec9fe61e0920c61c6d779bc707252852037 --profile local --locked anvil --force | ||
run: cargo install --git https://github.com/foundry-rs/foundry --rev 62cdea8ff9e6efef011f77e295823b5f2dbeb3a1 --locked anvil --force | ||
- name: Install pip | ||
run: python -m ensurepip --upgrade | ||
- name: Setup Virtual Env and Install python dependencies | ||
|
Oops, something went wrong.