aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2019-09-27 17:19:05 +0000
committerPascal Terjan <pterjan@mageia.org>2019-09-27 17:19:05 +0000
commitf9b277f53859051bf63845e209c0ebc84b57d810 (patch)
tree188170ec6fe81db5af5553c679d61ed2a179f1d3 /deployment
parentfc2b69b051edfbe7425f34551f6457ca160dbd96 (diff)
downloadpuppet-f9b277f53859051bf63845e209c0ebc84b57d810.tar
puppet-f9b277f53859051bf63845e209c0ebc84b57d810.tar.gz
puppet-f9b277f53859051bf63845e209c0ebc84b57d810.tar.bz2
puppet-f9b277f53859051bf63845e209c0ebc84b57d810.tar.xz
puppet-f9b277f53859051bf63845e209c0ebc84b57d810.zip
Revert "disable caulron armv7hl target for now"
chroots can be built again after fixing python-numpy, boost and gdb This reverts commit fc2b69b051edfbe7425f34551f6457ca160dbd96.
Diffstat (limited to 'deployment')
-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 1e6b3526..c02d7e1c 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -401,7 +401,7 @@ class mga_buildsystem::config {
default_distro => 'cauldron',
distros => {
'cauldron' => {
- 'arch' => concat($std_arch, ['aarch64']),
+ 'arch' => concat($std_arch, ['armv7hl', 'aarch64']),
'mandatory_arch' => concat($std_arch, ['aarch64']),
'no_media_cfg_update' => true,
'medias' => $std_medias,