[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "berlin: Remove powerpc64le-linux architec
From: |
Mathieu Othacehe |
Subject: |
branch master updated: Revert "berlin: Remove powerpc64le-linux architecture." |
Date: |
Fri, 28 Oct 2022 10:18:54 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new d2f3da8 Revert "berlin: Remove powerpc64le-linux architecture."
d2f3da8 is described below
commit d2f3da8499b0519804cd3e6b4c87b459c0664546
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Oct 28 16:15:36 2022 +0200
Revert "berlin: Remove powerpc64le-linux architecture."
This reverts commit d641115e20973731555b586985fa81fbe293aeca. The goal of
this
commit was to make sure that the "guix" specification doesn't fail when
there
is no powerpc64le-linux worker around.
The "guix" specification is now only supporting x86_64-linux and i686-linux
while the "guix-other-archs" specification supports powerpc64le-linux and
aarch64-linux.
This will restore powerpc64le-linux system for the "master" specification.
---
hydra/berlin.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 60733b5..85cccf5 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -502,7 +502,8 @@ at MOUNT-POINT."
#:build-accounts-to-max-jobs-ratio 5
#:gc-threshold (* 15 TiB)
#:systems '("x86_64-linux" "i686-linux"
- "aarch64-linux")
+ "aarch64-linux"
+ "powerpc64le-linux")
#:motd %motd
#:publish-workers 8
#:max-jobs 20)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "berlin: Remove powerpc64le-linux architecture.",
Mathieu Othacehe <=