Skip to content

Commit 33df8d4

Browse files
committed
ci: Build Arm64 on Travis without functional tests
1 parent 171cd05 commit 33df8d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- set -o errexit; source ./ci/lint/06_script.sh
6767

6868
- stage: test
69-
name: 'ARM [GOAL: install] [buster] [unit tests, functional tests]'
69+
name: 'ARM [GOAL: install] [buster] [unit tests, no functional tests]'
7070
arch: arm64 # Can disable QEMU_USER_CMD and run the tests natively without qemu
7171
env: >-
7272
FILE_ENV="./ci/test/00_setup_env_arm.sh"

ci/test/00_setup_env_arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export CONTAINER_NAME=ci_arm_linux
2121
export DOCKER_NAME_TAG="debian:buster"
2222
export USE_BUSY_BOX=true
2323
export RUN_UNIT_TESTS=true
24-
export RUN_FUNCTIONAL_TESTS=true
24+
export RUN_FUNCTIONAL_TESTS=false
2525
export GOAL="install"
2626
# -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1"
2727
# This could be removed once the ABI change warning does not show up by default

0 commit comments

Comments
 (0)