[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: bayfront: Cross compile more things for bo
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: bayfront: Cross compile more things for bordeaux.guix.gnu.org |
Date: |
Sat, 12 Mar 2022 05:17:33 -0500 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 0527004 hydra: bayfront: Cross compile more things for
bordeaux.guix.gnu.org
0527004 is described below
commit 05270040297dbd6ab690c3fb284d8750069f4084
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Mar 12 10:04:21 2022 +0000
hydra: bayfront: Cross compile more things for bordeaux.guix.gnu.org
Previously it was limited to i586-pc-gnu, but this commit expands the
list.
* hydra/bayfront.scm <services>: Add more systems-and-targets entries.
---
hydra/bayfront.scm | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index f680921..2c8b112 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1053,7 +1053,17 @@ access_log /var/log/nginx/bordeaux.access.log;"))
"powerpc64le-linux"
"i586-gnu"))
(systems-and-targets
- '(("x86_64-linux" . "i586-pc-gnu")))))
+ (map (lambda (target)
+ (cons "x86_64-linux" target))
+ '("mips64el-linux-gnu"
+ ;;"arm-linux-gnueabihf"
+ "aarch64-linux-gnu"
+ ;;"powerpc-linux-gnu"
+ "powerpc64le-linux-gnu"
+ "riscv64-linux-gnu"
+ "i586-pc-gnu"
+ ;;"i686-w64-mingw32"
+ "x86_64-w64-mingw32")))))
(service guix-build-coordinator-agent-service-type
(guix-build-coordinator-agent-configuration
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: bayfront: Cross compile more things for bordeaux.guix.gnu.org,
Christopher Baines <=