diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-03 15:56:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 15:56:22 +0000 |
commit | c18b1d03f0c4bebbbfa8556d97f37972beb92f92 (patch) | |
tree | aee85c8c280f41ae04885e445b77f782e04a4536 | |
parent | f6cac16f6f9104b3cf257bdba1cc6999f2da9a69 (diff) | |
parent | 319c1470738072880b43dd2e287a4f9bc42ea435 (diff) | |
download | nix-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.yml | 2 | ||||
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | README.md | 1 |
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` @@ -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 |