From 10e5f2a48d8fa8507a4124a83173e54a646f0fcf Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 9 Oct 2018 09:20:47 +0000 Subject: Attempt making aarch64 mandatory 54 packages are missing, most of them are also broken on other architectures so it shouldn't be a problem. That will save a lot of effort fixing it getting out of sync because aarch64 build finished a minute after other architectures and upload had already started, and then other packages getting rebuilt against older version. Trying it now ahead of a qt/kde upgrade which always cause such issues and take days to fix. --- deployment/mga_buildsystem/manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 5b0f3720..7b1bf023 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -611,7 +611,7 @@ class mga_buildsystem::config { distros => { 'cauldron' => { 'arch' => concat($std_arch, ['armv7hl', 'aarch64']), - 'mandatory_arch' => $std_arch, + 'mandatory_arch' => concat($std_arch, ['aarch64']), 'no_media_cfg_update' => true, 'medias' => $std_medias, 'base_media' => $std_base_media, -- cgit v1.2.1