From: Simon McVittie Date: Fri, 25 Feb 2022 13:04:16 +0000 (+0000) Subject: CI: Add ci_variant parameter X-Git-Tag: dbus-1.12.22~4^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f77d4ebe328719baaf225c7b611188858d99fb;p=thirdparty%2Fdbus.git CI: Add ci_variant parameter Originally part of commit 23e1f044 "Install qhelpgenerator for native production build on buster". Later CI fixes rely on having this available. Signed-off-by: Simon McVittie --- diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 1c2e3b64e..8f6be3380 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -54,6 +54,10 @@ NULL= # Typical values for ci_distro=fedora might be 25, rawhide : "${ci_suite:=xenial}" +# ci_variant: +# One of debug, reduced, legacy, production +: "${ci_variant:=production}" + if [ $(id -u) = 0 ]; then sudo= else