tools/ci: remove --{enable,disable}-containers

Fixes: 9d60676a ("Disable the Containers interface")

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-07-06 15:43:38 +04:00
parent 1aed6933c7
commit 505233a57f

View file

@ -240,7 +240,6 @@ case "$ci_buildsys" in
*-w64-mingw32)
;;
*)
set "$@" --enable-containers
set "$@" --enable-user-session
set "$@" SANITIZE_CFLAGS="-fsanitize=address -fsanitize=undefined -fPIE -pie"
;;
@ -269,7 +268,6 @@ case "$ci_buildsys" in
set "$@" --disable-libaudit --without-valgrind
# Disable optional features, some of which are on by
# default
set "$@" --disable-containers
set "$@" --disable-stats
set "$@" --disable-user-session
shift