Skip to content

Commit ccdd221

Browse files
committed
Update nightly in CI
See rust-lang/rust#70175
1 parent 02ba8a2 commit ccdd221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rav1e.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- conf: dav1d-tests
7070
toolchain: stable
7171
- conf: grcov-coveralls
72-
toolchain: nightly-2019-12-02
72+
toolchain: nightly-2020-05-14
7373
- conf: bench
7474
toolchain: stable
7575
- conf: doc
@@ -81,7 +81,7 @@ jobs:
8181
- conf: check-extra-feats
8282
toolchain: stable
8383
- conf: fuzz
84-
toolchain: nightly-2019-12-02
84+
toolchain: nightly-2020-05-14
8585

8686
env:
8787
RUST_BACKTRACE: 1
@@ -268,7 +268,7 @@ jobs:
268268
CARGO_INCREMENTAL: 0
269269
RUSTFLAGS: >
270270
-Zprofile -Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off
271-
-Zno-landing-pads
271+
-Cpanic=abort -Zpanic_abort_tests
272272
run: |
273273
cargo test --features=decode_test,decode_test_dav1d,quick_test --verbose
274274
- name: Run grcov

0 commit comments

Comments
 (0)