diff options
author | Jack Lloyd <[email protected]> | 2019-10-25 08:38:03 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-10-25 08:38:03 -0400 |
commit | f9e645655a4ea278242217a2b3292d7059975b52 (patch) | |
tree | 32e6e97edf14907cabcd50e694b112721d925e5c /src/scripts | |
parent | 3c768fca9c61e9953450eb80f74cb4a0d9256ffe (diff) | |
parent | af495bbacb13eee62edb7c363bb1e21fa9ead6a0 (diff) |
Merge GH #2181 Run fuzzer build on aarch64
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/ci/setup_travis.sh | 2 | ||||
-rw-r--r-- | src/scripts/ci/travis.yml | 1 |
2 files changed, 2 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 diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 655cac7c4..52c64354f 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -31,6 +31,7 @@ jobs: - os: linux dist: bionic + arch: arm64 name: Fuzzers compiler: gcc env: |