Skip to content

Commit c18b1d0

Browse files
bors[bot]asomers
andauthored
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 cross-rs/cross#440 Co-authored-by: Alan Somers <asomers@gmail.com>
2 parents f6cac16 + 319c147 commit c18b1d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ matrix:
6666
rust: 1.36.0
6767
- env: TARGET=powerpc-unknown-linux-gnu DISABLE_TESTS=1
6868
rust: 1.36.0
69-
- env: TARGET=powerpc64-unknown-linux-gnu
70-
rust: 1.36.0
7169
- env: TARGET=powerpc64le-unknown-linux-gnu
7270
rust: 1.36.0
7371
- env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8787
- Removed `sys::ptrace::ptrace` on Android and Linux.
8888
(#[1255](https://github.com/nix-rust/nix/pull/1255))
8989

90+
- Dropped support for powerpc64-unknown-linux-gnu
91+
(#[1266](https://github.com/nix-rust/nix/pull/1268))
92+
9093
## [0.17.0] - 3 February 2020
9194
### Added
9295
- Add `CLK_TCK` to `SysconfVar`

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Tier 1:
5858
* mips64-unknown-linux-gnuabi64
5959
* mips64el-unknown-linux-gnuabi64
6060
* mipsel-unknown-linux-gnu
61-
* powerpc64-unknown-linux-gnu
6261
* powerpc64le-unknown-linux-gnu
6362
* x86_64-apple-darwin
6463
* x86_64-unknown-freebsd

0 commit comments

Comments
 (0)