summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-03 15:56:22 +0000
committerGitHub <noreply@github.com>2020-07-03 15:56:22 +0000
commitc18b1d03f0c4bebbbfa8556d97f37972beb92f92 (patch)
treeaee85c8c280f41ae04885e445b77f782e04a4536
parentf6cac16f6f9104b3cf257bdba1cc6999f2da9a69 (diff)
parent319c1470738072880b43dd2e287a4f9bc42ea435 (diff)
downloadnix-c18b1d03f0c4bebbbfa8556d97f37972beb92f92.zip
Merge #1268
1268: Drop support for powerpc64-unknown-linux-gnu r=asomers a=asomers 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 Co-authored-by: Alan Somers <asomers@gmail.com>
-rw-r--r--.travis.yml2
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md1
3 files changed, 3 insertions, 3 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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 481a1a2c..961c064a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -87,6 +87,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Removed `sys::ptrace::ptrace` on Android and Linux.
(#[1255](https://github.com/nix-rust/nix/pull/1255))
+- Dropped support for powerpc64-unknown-linux-gnu
+ (#[1266](https://github.com/nix-rust/nix/pull/1268))
+
## [0.17.0] - 3 February 2020
### Added
- Add `CLK_TCK` to `SysconfVar`
diff --git a/README.md b/README.md
index ecf5bc94..3afe1e0d 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,6 @@ Tier 1:
* mips64-unknown-linux-gnuabi64
* mips64el-unknown-linux-gnuabi64
* mipsel-unknown-linux-gnu
- * powerpc64-unknown-linux-gnu
* powerpc64le-unknown-linux-gnu
* x86_64-apple-darwin
* x86_64-unknown-freebsd