cbaines pushed a commit to branch master
in repository maintenance.
commit 4e390f1f7f8c56d1e2ed0232e5550921c3ddf69f
Author: Christopher Baines <[email protected]>
AuthorDate: Tue May 9 16:48:12 2023 +0100
hydra: bayfront: Start bordeaux building riscv64-linux packages.
As there's now a riscv64-linux machine connected to the coordinator.
* hydra/bayfront.scm <services>: Add riscv64-linux to the systems list
in the queue builds service type configuration.
---
hydra/bayfront.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 39e1740..99cf2c1 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1225,6 +1225,7 @@ add_header Content-Type text/plain;")))
"aarch64-linux"
"armhf-linux"
"powerpc64le-linux"
+ "riscv64-linux"
"i586-gnu"))
(systems-and-targets
(map (lambda (target)