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:
Dmitry Sepp 2026-02-12 14:23:11 +00:00 committed by Andrei Vagin
parent 5c994447a0
commit 82c09bb921
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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