aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2018-10-09 09:20:47 +0000
committerPascal Terjan <pterjan@mageia.org>2018-10-09 09:20:47 +0000
commit10e5f2a48d8fa8507a4124a83173e54a646f0fcf (patch)
tree2669f6abcd5345ee2d7e5c3fa88d2e51be8b1142
parentd5e7668091800108e2e6524332d1b9e6b66c9e50 (diff)
downloadpuppet-10e5f2a48d8fa8507a4124a83173e54a646f0fcf.tar
puppet-10e5f2a48d8fa8507a4124a83173e54a646f0fcf.tar.gz
puppet-10e5f2a48d8fa8507a4124a83173e54a646f0fcf.tar.bz2
puppet-10e5f2a48d8fa8507a4124a83173e54a646f0fcf.tar.xz
puppet-10e5f2a48d8fa8507a4124a83173e54a646f0fcf.zip
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.
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
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,