[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: bayfront: Cross compile even more things f
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: bayfront: Cross compile even more things for bordeaux.guix. |
Date: |
Sun, 13 Mar 2022 14:30:58 -0400 |
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 21cab33 hydra: bayfront: Cross compile even more things for
bordeaux.guix.
21cab33 is described below
commit 21cab33b4bfd16529c542ab241de5f15f66c032c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Mar 13 18:04:40 2022 +0000
hydra: bayfront: Cross compile even more things for bordeaux.guix.
This commit uncomments the remaining 32 bit targets.
* hydra/bayfront.scm <services>: Add uncomment remaining
systems-and-targets entries.
---
hydra/bayfront.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 2c8b112..5517aac 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1056,13 +1056,13 @@ access_log /var/log/nginx/bordeaux.access.log;"))
(map (lambda (target)
(cons "x86_64-linux" target))
'("mips64el-linux-gnu"
- ;;"arm-linux-gnueabihf"
+ "arm-linux-gnueabihf"
"aarch64-linux-gnu"
- ;;"powerpc-linux-gnu"
+ "powerpc-linux-gnu"
"powerpc64le-linux-gnu"
"riscv64-linux-gnu"
"i586-pc-gnu"
- ;;"i686-w64-mingw32"
+ "i686-w64-mingw32"
"x86_64-w64-mingw32")))))
(service guix-build-coordinator-agent-service-type
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: bayfront: Cross compile even more things for bordeaux.guix.,
Christopher Baines <=