[CRIU] [PATCH 3/3] CI: fix travis build with clang
Kir Kolyshkin
kir at openvz.org
Thu Oct 20 20:02:28 PDT 2016
With this patch, Travis will build/test CRIU using clang, for real.
I swear I fixed it before, but the fix was apparently lost.
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
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 2d9797e..f45869d 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 $?
--
2.7.4
More information about the CRIU
mailing list