From cc1079609497da5d5700e27f1076d57bf2b9282c Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 16 May 2016 00:09:59 +0100 Subject: Ignore architecture when installing build chroot --- modules/buildsystem/templates/iurt.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf index 1cbe1074..95d9d1ec 100644 --- a/modules/buildsystem/templates/iurt.conf +++ b/modules/buildsystem/templates/iurt.conf @@ -19,6 +19,8 @@ admin => 'mageia-sysadm@mageia.org', packager => 'Iurt the rebuild bot ', sendmail => 0, + # This is ugly but currently needed to build armv5tl/armv7hl on same machine :( + urpmi_options = '--ignorearch' build_timeout => { <%- build_timeout.keys.sort.each{|package| -%> '<%= package %>' => <%= (build_timeout[package].to_f * scope.lookupvar('buildsystem::var::iurt::timeout_multiplier').to_f).to_i %>, -- cgit v1.2.1