[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: maint: Check whether binaries cross-built to "arm-linux-gnueabihf
From: |
Ludovic Courtès |
Subject: |
07/07: maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are available. |
Date: |
Mon, 8 May 2017 10:29:32 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a7e5944e9c50ab7efa6efc6e1a3accdc814d268b
Author: Ludovic Courtès <address@hidden>
Date: Mon May 8 15:41:32 2017 +0200
maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are
available.
* build-aux/check-available-binaries.scm: Add "arm-linux-gnueabihf" as a
cross target.
---
build-aux/check-available-binaries.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build-aux/check-available-binaries.scm
b/build-aux/check-available-binaries.scm
index c9bc5ca..b832d99 100644
--- a/build-aux/check-available-binaries.scm
+++ b/build-aux/check-available-binaries.scm
@@ -38,7 +38,8 @@
%hydra-supported-systems))
(cross (map (cut package-cross-derivation store
%bootstrap-tarballs <>)
- '("mips64el-linux-gnuabi64")))
+ '("mips64el-linux-gnu"
+ "arm-linux-gnueabihf")))
(total (append native cross)))
(set-build-options store
- branch master updated (087efec -> a7e5944), Ludovic Courtès, 2017/05/08
- 02/07: maint: Use 'G_' in build-aux/ scripts., Ludovic Courtès, 2017/05/08
- 07/07: maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are available.,
Ludovic Courtès <=
- 05/07: maint: Add bayfront.guixsd.org signing key., Ludovic Courtès, 2017/05/08
- 03/07: maint: "distcheck" inherits the test root directory., Ludovic Courtès, 2017/05/08
- 04/07: services: nscd: Adjust activation snippet for /etc/resolv.conf symlinks., Ludovic Courtès, 2017/05/08
- 01/07: gnu: perl-net-dns-resolver-programmable: Shorten patch file name., Ludovic Courtès, 2017/05/08
- 06/07: maint: 'check-available-binaries' forces use of the official servers., Ludovic Courtès, 2017/05/08