mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 07:45:17 +00:00
ci: workaround race between sit module loading and bridge test
https://github.com/checkpoint-restore/criu/issues/1866 Suggested-by: Andrei Vagin <avagin@gmail.com> Signed-off-by: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
550eafc5d8
commit
c1380c077a
@@ -111,6 +111,9 @@ print_env() {
|
|||||||
set -x
|
set -x
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# FIXME: workaround for the issue https://github.com/checkpoint-restore/criu/issues/1866
|
||||||
|
modprobe -v sit || :
|
||||||
|
|
||||||
print_env
|
print_env
|
||||||
|
|
||||||
ci_prep
|
ci_prep
|
||||||
|
Reference in New Issue
Block a user