summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2020-07-02 22:47:01 -0600
committerAlan Somers <asomers@gmail.com>2020-07-02 22:48:13 -0600
commit319c1470738072880b43dd2e287a4f9bc42ea435 (patch)
treeaee85c8c280f41ae04885e445b77f782e04a4536 /.travis.yml
parentf6cac16f6f9104b3cf257bdba1cc6999f2da9a69 (diff)
downloadnix-319c1470738072880b43dd2e287a4f9bc42ea435.zip
Drop support for powerpc64-unknown-linux-gnu
The build is failing due to no fault of Nix. Even rust-embedded/cross has given up on fixing it, so there's no hope for us. Fixes #1267 See also https://github.com/rust-embedded/cross/pull/440
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 285c161c..e05c8fe1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,8 +66,6 @@ matrix:
rust: 1.36.0
- env: TARGET=powerpc-unknown-linux-gnu DISABLE_TESTS=1
rust: 1.36.0
- - env: TARGET=powerpc64-unknown-linux-gnu
- rust: 1.36.0
- env: TARGET=powerpc64le-unknown-linux-gnu
rust: 1.36.0
- env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1