Skip to content

Commit

Permalink
Merge #1268
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and asomers authored Jul 3, 2020
2 parents f6cac16 + 319c147 commit c18b1d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c18b1d0

Please sign in to comment.