Commit d9bd1dbb authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

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: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 41aa20ab
...@@ -27,8 +27,8 @@ ulimit -c unlimited ...@@ -27,8 +27,8 @@ ulimit -c unlimited
echo "|`pwd`/test/abrt.sh %P %p %s %e" > /proc/sys/kernel/core_pattern echo "|`pwd`/test/abrt.sh %P %p %s %e" > /proc/sys/kernel/core_pattern
export GCOV export GCOV
make $(MAKE_VARS) make ${MAKE_VARS}
make $(MAKE_VARS) -C test/zdtm make ${MAKE_VARS} -C test/zdtm
./criu/criu check ./criu/criu check
./criu/criu check --all || echo $? ./criu/criu check --all || echo $?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment