Commit c3e91403 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

jenkins: build criu with debuginfo

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a21ea70d
......@@ -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 &&
......
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