From d9bd1dbb8b606ec3c347f844ef9f2cd4d34d7b3b Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 20 Oct 2016 20:02:28 -0700 Subject: [PATCH] CI: fix travis build with clang With this patch, Travis will build/test CRIU using clang, for real. I swear I fixed it before, but the fix was apparently lost. travis-ci: success for series starting with [1/3] compel: mv noexecstack from CFLAGS to LDFLAGS Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- scripts/travis/travis-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests index 6880c65d5..a3a0377b5 100755 --- a/scripts/travis/travis-tests +++ b/scripts/travis/travis-tests @@ -27,8 +27,8 @@ ulimit -c unlimited echo "|`pwd`/test/abrt.sh %P %p %s %e" > /proc/sys/kernel/core_pattern export GCOV -make $(MAKE_VARS) -make $(MAKE_VARS) -C test/zdtm +make ${MAKE_VARS} +make ${MAKE_VARS} -C test/zdtm ./criu/criu check ./criu/criu check --all || echo $?