Skip to content

Commit

Permalink
ubuntu trusty package gcc-powerpc64-linux-gnu does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily committed Jul 10, 2018
1 parent d61d957 commit 59665ce
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,29 +72,12 @@ matrix:
packages:
- gcc-powerpc-linux-gnu
- g++-powerpc-linux-gnu
- os: linux
env: BUILD_TYPE=make
MAYBE_CROSS="--host=powerpc64-linux-gnu --enable-static --disable-shared --without-zlib"
MY_CFLAGS=-O2
MY_CC=powerpc64-linux-gnu-gcc
MY_CXX=powerpc64-linux-gnu-g++
addons:
apt:
update: true
packages:
- gcc-powerpc64-linux-gnu
- g++-powerpc64-linux-gnu
allow_failures:
- env: BUILD_TYPE=make
MAYBE_CROSS="--host=powerpc-linux-gnu --enable-static --disable-shared --without-zlib"
MY_CFLAGS=-O2
MY_CC=powerpc-linux-gnu-gcc
MY_CXX=powerpc-linux-gnu-g++
- env: BUILD_TYPE=make
MAYBE_CROSS="--host=powerpc64-linux-gnu --enable-static --disable-shared --without-zlib"
MY_CFLAGS=-O2
MY_CC=powerpc64-linux-gnu-gcc
MY_CXX=powerpc64-linux-gnu-g++

###
## If we use the matrix to set CC/CXX Travis overwrites the values,
Expand Down

0 comments on commit 59665ce

Please sign in to comment.