Skip to content

Commit f1642ec

Browse files
committed
revert Rust toolchain to nightly-2019-07-15 to avoid LLVM bug on mips
Related PR: rust-lang/rust#62592
1 parent 2722371 commit f1642ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dist: bionic
44

55
language: rust
66

7-
rust: nightly-2019-09-01
7+
rust: nightly-2019-07-15
88

99
os:
1010
- linux

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Supported architectures and boards:
1919

2020
### Environment
2121

22-
* [Rust](https://www.rust-lang.org) toolchain at nightly-2019-09-01
22+
* [Rust](https://www.rust-lang.org) toolchain
2323
* Cargo tools: [cargo-xbuild](https://github.com/rust-osdev/cargo-xbuild)
2424
* [QEMU](https://www.qemu.org) >= 3.1.0
2525
* [musl-based GCC toolchains](https://musl.cc/)

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2019-09-01
1+
nightly-2019-07-15

0 commit comments

Comments
 (0)