mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-23 10:28:05 +00:00
Travis uses cpusets in such a way [1] that we can't actually write to cpuset.cpu_exclusive ever, so none of these tests will work. They'll still work in jenkins, though, so disabling them is probably ok. Closes #118 [1]: https://github.com/travis-ci/worker/blob/master/backend/docker.go#L66 Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> CC: Andrew Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
12 lines
300 B
Bash
Executable File
12 lines
300 B
Bash
Executable File
#!/bin/sh
|
|
set -x -e
|
|
|
|
test "$1" = "x86_64" || exit 0
|
|
|
|
apt-get update -qq
|
|
apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev libnl-3-dev
|
|
chmod a+x $HOME
|
|
make
|
|
make -C test/zdtm
|
|
python test/zdtm.py run -a -f h,ns -x 'cgroup*'
|