Skip to content

Commit 3b64291

Browse files
committed
Auto merge of #125 - japaric:fix-thumb, r=japaric
fix the test suite for the thumb targets
2 parents 8bb7795 + c1ef69f commit 3b64291

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
@@ -22,10 +22,15 @@ matrix:
2222
- env: TARGET=powerpc-unknown-linux-gnu
2323
- env: TARGET=powerpc64-unknown-linux-gnu
2424
- env: TARGET=powerpc64le-unknown-linux-gnu
25+
# NOTE(nightly-2016-12-05) work around for rust-lang/rust#38281
2526
- env: TARGET=thumbv6m-none-eabi
27+
rust: nightly-2016-12-05
2628
- env: TARGET=thumbv7em-none-eabi
29+
rust: nightly-2016-12-05
2730
- env: TARGET=thumbv7em-none-eabihf
31+
rust: nightly-2016-12-05
2832
- env: TARGET=thumbv7m-none-eabi
33+
rust: nightly-2016-12-05
2934
- env: TARGET=x86_64-apple-darwin
3035
os: osx
3136
env: TARGET=x86_64-unknown-linux-gnu

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set -e
1+
set -ex
22

33
# Test our implementation
44
case $1 in

0 commit comments

Comments
 (0)