diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2020-10-03 17:17:35 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2020-10-03 19:20:04 +0200 |
commit | 33df8d46bb4b6daca91db208d3d1629d3c1e500c (patch) | |
tree | b134c5d4c4eaf0be63f18bfa82d4a11b73368ed5 /ci | |
parent | 171cd05ae3413e18fd6382572c86f2bb21ab2fd9 (diff) |
ci: Build Arm64 on Travis without functional tests
Diffstat (limited to 'ci')
-rw-r--r-- | ci/test/00_setup_env_arm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_arm.sh b/ci/test/00_setup_env_arm.sh index 2e445c126d..610e55c4c3 100644 --- a/ci/test/00_setup_env_arm.sh +++ b/ci/test/00_setup_env_arm.sh @@ -21,7 +21,7 @@ export CONTAINER_NAME=ci_arm_linux export DOCKER_NAME_TAG="debian:buster" export USE_BUSY_BOX=true export RUN_UNIT_TESTS=true -export RUN_FUNCTIONAL_TESTS=true +export RUN_FUNCTIONAL_TESTS=false export GOAL="install" # -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1" # This could be removed once the ABI change warning does not show up by default |