Skip to content

Commit

Permalink
Revert the version of Rust fixed.
Browse files Browse the repository at this point in the history
Revert #92781 because the bug on the nightly compiler has been fixed : rust-lang/rust#92781

Closes  massalabs#2142
  • Loading branch information
AurelienFT committed Jan 15, 2022
1 parent d9b1b44 commit 57f762d
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
rustup default nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
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-2021-12-03
toolchain: nightly
components: rustfmt
override: true
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 57f762d

Please sign in to comment.