From f7d6ef947108d6bd0d4ccefa089bda259c9e621bb67a76987e6dfc91f9398aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 18 Jun 2024 15:15:52 +0200 Subject: [PATCH] Central configuration for product composer builds * So we can drop this in all product build projects * Adding also the needed dependency for milestone handling in build script --- _config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config b/_config index 5e5dc6b..d5a8689 100644 --- a/_config +++ b/_config @@ -24,6 +24,9 @@ BuildFlags: vmfstype:ext4 # nodirindex enabled 2020-12-31 - https://github.com/openSUSE/obs-build/pull/634 BuildFlags: vmfsoptions:nodirindex +# Setup defaults for product composer builds +Substitute: system-packages:productcompose product-composer package-translations perl-YAML-LibYAML + # Help with the switch to the gcc provided libs: # Do not use the -gcc12 variants if different providers exist Prefer: -libasan8-gcc12