diff options
author | Jack Lloyd <[email protected]> | 2019-10-25 07:11:40 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-10-25 07:11:40 -0400 |
commit | af495bbacb13eee62edb7c363bb1e21fa9ead6a0 (patch) | |
tree | 6a1ba819cf23daa881a676f940aec177268041e8 /src | |
parent | be01c3a4a431a67e04962550124d4ea4a8dd3cfa (diff) |
Install missing packages on Travis aarch64 image
Diffstat (limited to 'src')
-rwxr-xr-x | src/scripts/ci/setup_travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index a1787bc09..ff9416b5f 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 [ "$TARGET" = "shared" ] && [ "$TRAVIS_ARCH" = "aarch64" ]; then + if [ "$TRAVIS_ARCH" = "aarch64" ]; then sudo apt-get -qq update sudo apt-get install liblzma-dev libbz2-dev ccache |