mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
use Rust 2022-02-24 in CI (#233)
This commit is contained in:
parent
c4249e0118
commit
262beec170
@ -13,8 +13,8 @@ jobs:
|
|||||||
keys:
|
keys:
|
||||||
- air01-{{ checksum "Cargo.lock" }}
|
- air01-{{ checksum "Cargo.lock" }}
|
||||||
- run: |
|
- run: |
|
||||||
rustup toolchain install nightly-2021-07-13-x86_64-unknown-linux-gnu
|
rustup toolchain install nightly-2022-02-24-x86_64-unknown-linux-gnu
|
||||||
rustup default nightly-2021-07-13-x86_64-unknown-linux-gnu
|
rustup default nightly-2022-02-24-x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
rustup target add wasm32-wasi
|
rustup target add wasm32-wasi
|
||||||
rustup component add rustfmt
|
rustup component add rustfmt
|
||||||
|
4
.github/workflows/publish_crates.yml
vendored
4
.github/workflows/publish_crates.yml
vendored
@ -29,12 +29,12 @@ jobs:
|
|||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2021-07-13
|
toolchain: nightly-2022-02-24
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2021-07-13
|
toolchain: nightly-2022-02-24
|
||||||
command: update
|
command: update
|
||||||
args: --aggressive
|
args: --aggressive
|
||||||
|
|
||||||
|
6
.github/workflows/publish_interpreter.yml
vendored
6
.github/workflows/publish_interpreter.yml
vendored
@ -32,19 +32,19 @@ jobs:
|
|||||||
- name: Install Rust toolchain with wasm32-unknown-unknown
|
- name: Install Rust toolchain with wasm32-unknown-unknown
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2021-07-13
|
toolchain: nightly-2022-02-24
|
||||||
target: wasm32-unknown-unknown
|
target: wasm32-unknown-unknown
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
- name: Install wasm32-wasi
|
- name: Install wasm32-wasi
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2021-07-13
|
toolchain: nightly-2022-02-24
|
||||||
target: wasm32-wasi
|
target: wasm32-wasi
|
||||||
profile: minimal
|
profile: minimal
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2021-07-13
|
toolchain: nightly-2022-02-24
|
||||||
command: update
|
command: update
|
||||||
args: --aggressive
|
args: --aggressive
|
||||||
|
|
||||||
|
@ -41,19 +41,19 @@ jobs:
|
|||||||
- name: Install Rust toolchain with wasm32-unknown-unknown
|
- name: Install Rust toolchain with wasm32-unknown-unknown
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2021-07-13
|
toolchain: nightly-2022-02-24
|
||||||
target: wasm32-unknown-unknown
|
target: wasm32-unknown-unknown
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
- name: Install wasm32-wasi
|
- name: Install wasm32-wasi
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2021-07-13
|
toolchain: nightly-2022-02-24
|
||||||
target: wasm32-wasi
|
target: wasm32-wasi
|
||||||
profile: minimal
|
profile: minimal
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2021-07-13
|
toolchain: nightly-2022-02-24
|
||||||
command: update
|
command: update
|
||||||
args: --aggressive
|
args: --aggressive
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user