mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
update rust toolchain to 1.82 (#255)
* update rust to 1.82 pin it, also update envoy to 1.32 and python to 3.13 * use python:3.12
This commit is contained in:
parent
4b2b371876
commit
d87105882b
10 changed files with 28 additions and 28 deletions
6
.github/workflows/rust_tests.yml
vendored
6
.github/workflows/rust_tests.yml
vendored
|
|
@ -18,13 +18,13 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup | Rust
|
||||
run: rustup toolchain install stable --profile minimal
|
||||
run: rustup toolchain install 1.82 --profile minimal
|
||||
|
||||
- name: Setup | Install wasm toolchain
|
||||
run: rustup target add wasm32-wasi
|
||||
run: rustup target add wasm32-wasip1
|
||||
|
||||
- name: Build wasm module
|
||||
run: cargo build --release --target=wasm32-wasi
|
||||
run: cargo build --release --target=wasm32-wasip1
|
||||
|
||||
- name: Run unit tests
|
||||
run: cargo test --lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue