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:
committed by
Andrei Vagin
parent
2f0f128396
commit
f635b61f49
@@ -7,7 +7,7 @@ export SKIP_CI_TEST=1
|
||||
|
||||
cd ../../
|
||||
|
||||
make install
|
||||
make install PREFIX=/usr
|
||||
|
||||
criu --version
|
||||
|
||||
|
Reference in New Issue
Block a user