Skip to content

Commit

Permalink
Merge #2141
Browse files Browse the repository at this point in the history
2141: Temporary set a version of rust r=AureliaDolo a=adrien-zinger

Set a version temporary, waiting for a nightly release compatible.
Version rustc: 1.59.0

> If you see this commit in a month and it's not already revert, try to revert it quick!

Co-authored-by: Adrien Zinger <[email protected]>
  • Loading branch information
bors[bot] and adrien-zinger authored Jan 12, 2022
2 parents 992573d + bd9034b commit f69c78c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
target: "x86_64-unknown-linux-musl"
override: true
- uses: Swatinem/rust-cache@v1
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
target: "x86_64-pc-windows-gnu"
override: true
- uses: Swatinem/rust-cache@v1
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- run: |
export HOME=/root
rustup update
rustup default nightly
rustup default nightly-2021-12-03
rustup target add x86_64-apple-darwin
cargo update
rm -rf massa/*
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
components: rustfmt
override: true
- uses: Swatinem/rust-cache@v1
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
components: clippy
override: true
- uses: Swatinem/rust-cache@v1
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
components: rustfmt
override: true
- uses: Swatinem/rust-cache@v1
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
Expand All @@ -98,7 +98,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
components: clippy
override: true
- uses: Swatinem/rust-cache@v1
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
Expand All @@ -151,7 +151,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
override: true
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-12-03
components: rustfmt
override: true
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit f69c78c

Please sign in to comment.