mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-24 19:40:39 +02:00
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:
parent
1aed6933c7
commit
505233a57f
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue