mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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:
parent
550eafc5d8
commit
c1380c077a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue