2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

test: install criu in /usr

GitHub Actions comes with pre-installed criu in /usr. configure scripts
looking for CRIU will pickup the pre-installed version in /usr if we do
not install CI criu also in /usr.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber
2022-05-02 06:45:16 +00:00
committed by Andrei Vagin
parent 2f0f128396
commit f635b61f49

View File

@@ -7,7 +7,7 @@ export SKIP_CI_TEST=1
cd ../../
make install
make install PREFIX=/usr
criu --version