Skip to content

Commit

Permalink
Comment out the powerpc build until it is fully supported
Browse files Browse the repository at this point in the history
It seems that `ring` does not support powerpc because the crate uses
custom assembly code for each system, and lacks powerpc.

See briansmith/ring#389

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
  • Loading branch information
AzureMarker committed Dec 31, 2017
1 parent 6bfd234 commit 2d1fa28
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ matrix:
- gcc-aarch64-linux-gnu
- binutils-aarch64-linux-gnu
- libc6-dev-arm64-cross
- env:
- TARGET_CC="powerpc-linux-gnu-gcc"
- TARGET="powerpc-unknown-linux-gnu"
- BIN_NAME="pihole-FTL-powerpc-linux-gnu"
addons:
apt:
packages:
- gcc-powerpc-linux-gnu
- binutils-powerpc-linux-gnu
- libc6-dev-powerpc-cross
# - env:
# - TARGET_CC="powerpc-linux-gnu-gcc"
# - TARGET="powerpc-unknown-linux-gnu"
# - BIN_NAME="pihole-FTL-powerpc-linux-gnu"
# addons:
# apt:
# packages:
# - gcc-powerpc-linux-gnu
# - binutils-powerpc-linux-gnu
# - libc6-dev-powerpc-cross
- env:
- TARGET_CC="cc"
- TARGET="i686-unknown-linux-gnu"
Expand Down

0 comments on commit 2d1fa28

Please sign in to comment.