File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
- set -o errexit; source ./ci/lint/06_script.sh
67
67
68
68
- stage : test
69
- name : ' ARM [GOAL: install] [buster] [unit tests, functional tests]'
69
+ name : ' ARM [GOAL: install] [buster] [unit tests, no functional tests]'
70
70
arch : arm64 # Can disable QEMU_USER_CMD and run the tests natively without qemu
71
71
env : >-
72
72
FILE_ENV="./ci/test/00_setup_env_arm.sh"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export CONTAINER_NAME=ci_arm_linux
21
21
export DOCKER_NAME_TAG=" debian:buster"
22
22
export USE_BUSY_BOX=true
23
23
export RUN_UNIT_TESTS=true
24
- export RUN_FUNCTIONAL_TESTS=true
24
+ export RUN_FUNCTIONAL_TESTS=false
25
25
export GOAL=" install"
26
26
# -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1"
27
27
# This could be removed once the ABI change warning does not show up by default
You can’t perform that action at this time.
0 commit comments