aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-11-10 12:15:36 -0500
committerJack Lloyd <[email protected]>2019-11-10 12:15:36 -0500
commitf97cd509e65e6beeb5c9301a31cc419b2a6a8cef (patch)
treed162a6b2b7e965fbbd69cc008363ea2ae9959bd5 /src/scripts/ci
parente9c552d99d1fcf43b624ab436da1bfc6e00e8543 (diff)
Install lzma+bzip2 on ppc64le
They were installed before but looks like there is a new image out
Diffstat (limited to 'src/scripts/ci')
-rwxr-xr-xsrc/scripts/ci/setup_travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh
index b4cbc15cc..af0f29c10 100755
--- a/src/scripts/ci/setup_travis.sh
+++ b/src/scripts/ci/setup_travis.sh
@@ -11,7 +11,7 @@ set -ev
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
- if [ "$TRAVIS_ARCH" = "aarch64" ]; then
+ if [ "$TRAVIS_ARCH" = "aarch64" ] || [ "$TRAVIS_ARCH" = "ppc64le" ]; then
sudo apt-get -qq update
sudo apt-get install liblzma-dev libbz2-dev ccache