aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2018-10-06 12:45:01 +0000
committerPascal Terjan <pterjan@mageia.org>2018-10-06 12:45:06 +0000
commitd5e7668091800108e2e6524332d1b9e6b66c9e50 (patch)
tree32e460bbba62e1f2f55b0b00f5a03175c2b0116c
parent4baabd4e7b8bfb9e7fafcd421bb6b0e5d1681e63 (diff)
downloadpuppet-d5e7668091800108e2e6524332d1b9e6b66c9e50.tar
puppet-d5e7668091800108e2e6524332d1b9e6b66c9e50.tar.gz
puppet-d5e7668091800108e2e6524332d1b9e6b66c9e50.tar.bz2
puppet-d5e7668091800108e2e6524332d1b9e6b66c9e50.tar.xz
puppet-d5e7668091800108e2e6524332d1b9e6b66c9e50.zip
Give aarch64 a 1.5x build time
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 00f77477..5b0f3720 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -18,6 +18,7 @@ class mga_buildsystem::config {
class { 'buildsystem::var::iurt':
timeout_multiplier => $::architecture ? {
/arm/ => 2,
+ 'aarch64' => 1.5,
default => 1,
}
}