mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-05-13 03:00:26 -04:00
Updating rust version from 1.72 to 1.74.
This commit is contained in:
4
.github/workflows/nightly-tests.yml
vendored
4
.github/workflows/nightly-tests.yml
vendored
@@ -63,8 +63,8 @@ jobs:
|
||||
path: |
|
||||
~/pilcom/node_modules
|
||||
key: ${{ runner.os }}-pilcom-node-modules
|
||||
- name: Install Rust toolchain 1.72
|
||||
run: rustup toolchain install 1.72-x86_64-unknown-linux-gnu
|
||||
- name: Install Rust toolchain 1.74
|
||||
run: rustup toolchain install 1.74-x86_64-unknown-linux-gnu
|
||||
- name: Install nightly
|
||||
run: rustup toolchain install nightly-2023-01-03-x86_64-unknown-linux-gnu
|
||||
- name: Install riscv target
|
||||
|
||||
12
.github/workflows/pr-tests.yml
vendored
12
.github/workflows/pr-tests.yml
vendored
@@ -36,8 +36,8 @@ jobs:
|
||||
path: |
|
||||
~/pilcom/node_modules
|
||||
key: ${{ runner.os }}-pilcom-node-modules
|
||||
- name: Install Rust toolchain 1.72 (with clippy and rustfmt)
|
||||
run: rustup toolchain install 1.72-x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.72-x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.72-x86_64-unknown-linux-gnu
|
||||
- name: Install Rust toolchain 1.74 (with clippy and rustfmt)
|
||||
run: rustup toolchain install 1.74-x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.74-x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.74-x86_64-unknown-linux-gnu
|
||||
- name: Lint
|
||||
run: cargo clippy --all --all-targets --all-features --profile pr-tests -- -D warnings
|
||||
- name: Lint
|
||||
@@ -84,8 +84,8 @@ jobs:
|
||||
path: |
|
||||
~/pilcom/node_modules
|
||||
key: ${{ runner.os }}-pilcom-node-modules
|
||||
- name: Install Rust toolchain 1.72 (with clippy and rustfmt)
|
||||
run: rustup toolchain install 1.72-x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.72-x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.72-x86_64-unknown-linux-gnu
|
||||
- name: Install Rust toolchain 1.74 (with clippy and rustfmt)
|
||||
run: rustup toolchain install 1.74-x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.74-x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.74-x86_64-unknown-linux-gnu
|
||||
- name: Install nightly
|
||||
run: rustup toolchain install nightly-2023-01-03-x86_64-unknown-linux-gnu
|
||||
- name: Install riscv target
|
||||
@@ -121,8 +121,8 @@ jobs:
|
||||
path: |
|
||||
~/pilcom/node_modules
|
||||
key: ${{ runner.os }}-pilcom-node-modules
|
||||
- name: Install Rust toolchain 1.72 (with clippy and rustfmt)
|
||||
run: rustup toolchain install 1.72-x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.72-x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.72-x86_64-unknown-linux-gnu
|
||||
- name: Install Rust toolchain 1.74 (with clippy and rustfmt)
|
||||
run: rustup toolchain install 1.74-x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.74-x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.74-x86_64-unknown-linux-gnu
|
||||
- name: Install nightly
|
||||
run: rustup toolchain install nightly-2023-01-03-x86_64-unknown-linux-gnu
|
||||
- name: Install riscv target
|
||||
|
||||
Reference in New Issue
Block a user