Skip to content

Commit d83d724

Browse files
Drop cross-compiling support to certain platforms which are unsupported by 'rust-embedded/cross'
Reference: cross-rs/cross#306 (comment)
1 parent 3224801 commit d83d724

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ matrix:
2424
- env: TARGET=mipsel-unknown-linux-gnu
2525
- env: TARGET=powerpc-unknown-linux-gnu
2626
- env: TARGET=powerpc64-unknown-linux-gnu
27-
- env: TARGET=powerpc64le-unknown-linux-gnu
2827
- env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1
2928
- env: TARGET=x86_64-unknown-linux-gnu
3029
- env: TARGET=x86_64-unknown-linux-musl
@@ -36,8 +35,6 @@ matrix:
3635
os: osx
3736

3837
# *BSD
39-
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
40-
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
4138
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
4239

4340
# Testing other channels

0 commit comments

Comments
 (0)