267: fix CI: use an older nightly on the x86_64 build r=korken89 a=japaric



Co-authored-by: Jorge Aparicio <jorge@japaric.io>
This commit is contained in:
bors[bot] 2019-11-06 19:38:22 +00:00 committed by GitHub
commit 2cae8c3e8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,8 @@ matrix:
# compile-fail tests
- 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)
# heterogeneous multi-core support