From d5e7668091800108e2e6524332d1b9e6b66c9e50 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 6 Oct 2018 12:45:01 +0000 Subject: Give aarch64 a 1.5x build time --- deployment/mga_buildsystem/manifests/config.pp | 1 + 1 file changed, 1 insertion(+) 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, } } -- cgit v1.2.1