Pin nightlies to previous night (#1873)

* Pin nightlies to previous night

Fixes some upstream breakage in rust-lang/rust which should get fixed
tomorrow.

* fix-0.65

Co-authored-by: Yury Delendik <ydelendik@mozilla.com>
This commit is contained in:
Alex Crichton
2020-06-12 12:35:08 -05:00
committed by GitHub
parent 2dbe98b823
commit 9a1a0abc48
2 changed files with 22 additions and 28 deletions

View File

@@ -123,7 +123,7 @@ jobs:
submodules: true
- uses: ./.github/actions/install-rust
with:
toolchain: nightly
toolchain: nightly-2020-06-03
- run: cargo install cargo-fuzz --vers "^0.7"
- run: cargo fetch
working-directory: ./fuzz
@@ -241,9 +241,9 @@ jobs:
# Build and test lightbeam if we're using the nightly toolchain. Note that
# Lightbeam tests fail right now, but we don't want to block on that.
- run: cargo build --package lightbeam
if: matrix.rust == 'nightly-2020-06-03'
if: matrix.build == 'nightly'
- run: cargo test --package lightbeam
if: matrix.rust == 'nightly-2020-06-03'
if: matrix.build == 'nightly'
continue-on-error: true
env:
RUST_BACKTRACE: 1
@@ -282,7 +282,7 @@ jobs:
- build: x86_64-mingw
os: windows-latest
target: x86_64-pc-windows-gnu
rust: nightly # needs rust-lang/rust#69351 to ride to stable
rust: beta # needs rust-lang/rust#69351 to ride to stable
- build: aarch64-linux
os: ubuntu-latest
rust: stable