jenkins_arm.sh: Don't run 'make check' on embedded builds

If we're cross-compiling for arm-none-eabi, we cannot execute test
programs.

Change-Id: I64e88a31091b67c37c308c44013c42d4574d2312
This commit is contained in:
Harald Welte 2018-06-28 10:51:12 +02:00
parent 14c4c498b1
commit 1e78313e8e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ build() {
--disable-shared \
CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs -Werror"
run_make
$MAKE $PARALLEL_MAKE
}
# verify build in dir other than source tree