2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +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:
Alexander Mikhalitsyn
2022-05-05 00:13:40 +03:00
committed by Andrei Vagin
parent 550eafc5d8
commit c1380c077a

View File

@@ -111,6 +111,9 @@ print_env() {
set -x
}
# FIXME: workaround for the issue https://github.com/checkpoint-restore/criu/issues/1866
modprobe -v sit || :
print_env
ci_prep