2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

jenkins: build criu with debuginfo

Signed-off-by: Andrew Vagin <avagin@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrew Vagin
2015-12-22 11:22:00 +03:00
committed by Pavel Emelyanov
parent a21ea70df2
commit c3e9140304

View File

@@ -5,6 +5,7 @@ function prep()
echo 950000 > /sys/fs/cgroup/cpu,cpuacct/system/jenkins.service/cpu.rt_runtime_us || true
ulimit -c unlimited &&
export CFLAGS=-g
git clean -dfx &&
make -j 4 &&
make -j 4 -C test/zdtm/live &&