aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-aux/hydra/gnu-system.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 9ad8c8a94d..cddda85eac 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -283,9 +283,9 @@ valid."
(and (string-contains target "mingw")
(not (string=? "x86_64-linux" system))))
- (define (either proc1 proc2)
+ (define (either proc1 proc2 proc3)
(lambda (x)
- (or (proc1 x) (proc2 x))))
+ (or (proc1 x) (proc2 x) (proc3 x))))
(append-map (lambda (target)
(map (lambda (package)
12 +0100'>2020-12-13gnu: mesa: Build with LLVM 11....Marius Bakke 2020-12-13gnu: mesa: Update to 20.2.4....Marius Bakke 2020-12-07gnu: Add glmark2....Kei Kebreau 2020-10-13gnu: mesa: Update to 20.1.9....Marius Bakke 2020-07-25gnu: mesa: Update to 20.1.4....Marius Bakke 2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès 2020-07-11gnu: libglvnd: Update to 1.3.2....Tobias Geerinckx-Rice 2020-06-12gnu: mesa: Ensure replacements are inherited in special variants....Marius Bakke 2020-06-12gnu: mesa: Replace with 20.0.8....Marius Bakke 2020-05-26Merge branch 'master' into stagingMarius Bakke 2020-05-26gnu: mesa-headers: Do not inherit outputs from Mesa....Marius Bakke 2020-05-26gnu: Mesa: Fix substitutions for absolute library references....Marius Bakke 2020-05-26gnu: Mesa: Remove obsolete phase....Marius Bakke 2020-05-26gnu: Mesa: Remove unused input....Marius Bakke 2020-05-26gnu: Mesa: Install scripts to a separate output....Marius Bakke 2020-05-26Merge branch 'master' into stagingMarius Bakke 2020-05-26gnu: Mesa: Fix ineffective substitution on i686-linux....Marius Bakke 2020-05-26gnu: mesa: Build with LLVM 10....Marius Bakke 2020-05-26gnu: mesa: Update to 20.0.7....Marius Bakke 2020-05-23gnu: Add libglvnd....Marius Bakke