mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
ci: Re-enable zdtm/static/binfmt_misc
The binfmt_misc functionality is not OpenVZ specific anymore. Do not exclude it. Signed-off-by: Dmitry Sepp <dmitry.sepp@virtuozzo.com>
This commit is contained in:
parent
5c994447a0
commit
82c09bb921
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ export UNAME
|
|||
CONTAINER_RUNTIME := docker
|
||||
export CONTAINER_RUNTIME
|
||||
|
||||
alpine: ZDTM_OPTS=-x zdtm/static/binfmt_misc -x zdtm/static/sched_policy00
|
||||
alpine: ZDTM_OPTS=-x zdtm/static/sched_policy00
|
||||
|
||||
ifeq ($(GITHUB_ACTIONS),true)
|
||||
# GitHub Actions does not give us a real TTY and errors out with
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SKIP_CI_PREP=1
|
||||
ZDTM_OPTS=-x zdtm/static/binfmt_misc -x zdtm/static/sched_policy00
|
||||
ZDTM_OPTS=-x zdtm/static/sched_policy00
|
||||
CC=gcc
|
||||
SKIP_EXT_DEV_TEST=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue