From 21f86c37d442b50381b3e132201b7ead501199af Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: May 25 2022 20:08:09 +0000 Subject: Exclude Extras from buildinstall Signed-off-by: Stephen Gallagher --- diff --git a/shared/buildinstall.conf b/shared/buildinstall.conf index 5e4e38d..6ab450a 100644 --- a/shared/buildinstall.conf +++ b/shared/buildinstall.conf @@ -15,7 +15,7 @@ buildinstall_skip = [ ('^Everything$', { 'i386': True, }), - ("^(AppStream|CRB|ResilientStorage|HighAvailability|SAP|SAPHANA|RT|NFV)$", { + ("^(AppStream|CRB|ResilientStorage|HighAvailability|SAP|SAPHANA|RT|NFV|Extras)$", { '*': True }), ]