We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481e748 commit a81b686Copy full SHA for a81b686
.travis.yml
@@ -16,7 +16,9 @@ matrix:
16
rust: stable
17
- env: TARGET=powerpc64-unknown-linux-gnu
18
19
- # tests if crates truly can be built without std
+ # tests if crates truly can be built without std
20
+ # allowed to fail due to the https://github.com/rust-lang/rust/issues/48734
21
+ allow_failures:
22
- env: TARGET=thumbv7em-none-eabi
23
rust: nightly
24
script: ./build_nostd.sh
0 commit comments