From 38f77d4ebe328719baaf225c7b611188858d99fb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 25 Feb 2022 13:04:16 +0000 Subject: [PATCH] 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 --- tools/ci-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 1c2e3b6..8f6be33 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 -- 2.7.4