fix CI: use an older nightly on the x86_64 build

This commit is contained in:
Jorge Aparicio 2019-11-06 14:24:53 -05:00
parent f9b30a1ff8
commit 1e49de60cb

View file

@ -18,7 +18,8 @@ matrix:
# compile-fail tests # compile-fail tests
- env: TARGET=x86_64-unknown-linux-gnu - env: TARGET=x86_64-unknown-linux-gnu
rust: nightly # FIXME revert this -- compiletest-rs v0.3.25 is broken with recent nightly
rust: nightly-2019-10-31
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
# heterogeneous multi-core support # heterogeneous multi-core support