Skip to content

Commit 28daccd

Browse files
authored
Merge pull request #242 from alexcrichton/update-compiler-rt
Update compiler-rt
2 parents 4cfd710 + 5756123 commit 28daccd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ matrix:
2828
- env: TARGET=x86_64-apple-darwin
2929
os: osx
3030
- env: TARGET=x86_64-unknown-linux-gnu
31+
allow_failures:
32+
- env: TARGET=thumbv6m-linux-eabi
33+
- env: TARGET=thumbv7em-linux-eabi
34+
- env: TARGET=thumbv7em-linux-eabihf
35+
- env: TARGET=thumbv7m-linux-eabi
3136

3237
install:
3338
- case $TARGET in

compiler-rt

0 commit comments

Comments
 (0)