aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-05-25 00:03:28 +0200
committerLudovic Courtès <ludo@gnu.org>2013-05-25 00:03:28 +0200
commit2ee5f56b4d0a5913632ae9a2075b9645e704f7e2 (patch)
tree4c863ef5748afb26d48edd9afa0a4f53bc52dad1
parent5dce82180bf59b39184226830b74f33080fe00f3 (diff)
downloadguix-2ee5f56b4d0a5913632ae9a2075b9645e704f7e2.tar.gz
guix-2ee5f56b4d0a5913632ae9a2075b9645e704f7e2.zip
build: `hydra.scm' cross-builds simpler packages.
* hydra.scm (%packages-to-cross-build): Remove things from make-bootstrap for now.
-rw-r--r--hydra.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/hydra.scm b/hydra.scm
index 9506cf0c94..213f3198f3 100644
--- a/hydra.scm
+++ b/hydra.scm
@@ -76,11 +76,12 @@ SYSTEM."
(define %packages-to-cross-build
(list gmp mpfr mpc coreutils findutils diffutils patch hello guile-2.0
- %bootstrap-binaries-tarball
- %binutils-bootstrap-tarball
- %glibc-bootstrap-tarball
- %gcc-bootstrap-tarball
- %guile-bootstrap-tarball))
+ ;; %bootstrap-binaries-tarball
+ ;; %binutils-bootstrap-tarball
+ ;; %glibc-bootstrap-tarball
+ ;; %gcc-bootstrap-tarball
+ ;; %guile-bootstrap-tarball
+ ))
(define %cross-targets
'("mips64el-linux-gnu"))
Move Sphinx and friends to (gnu packages sphinx).Marius Bakke 2019-04-23Merge branch 'master' into stagingMarius Bakke 2019-04-22gnu: libabigail: Don't use NAME in source URI.Tobias Geerinckx-Rice 2019-04-22gnu: libabigail: Update to 1.6.Tobias Geerinckx-Rice 2019-03-01gnu: elfutils: Update to 0.176.Marius Bakke 2019-01-15gnu: Separate Python core packages from the rest.Ricardo Wurmus 2018-11-29gnu: libabigail: Update to 1.5.Marius Bakke 2018-09-10gnu: Add libabigail.Marius Bakke 2018-08-01gnu: elfutils: Update to 0.173.Marius Bakke 2018-06-19gnu: elfutils: Update to 0.172.Vagrant Cascadian 2018-06-04gnu: elfutils: Disable test suite on MIPS.Mark H Weaver 2018-04-11Merge branch 'master' into core-updatesMark H Weaver 2018-04-11gnu: elfutils: Disable failing test.Efraim Flashner 2018-03-23gnu: libelf: Use invoke.Mark H Weaver 2018-03-20Revert "Revert "gnu: patchelf: Update argument phase.""Marius Bakke 2018-03-20Revert "gnu: patchelf: Update argument phase."Marius Bakke 2018-03-19patchelf: Use 'https' for source uri.Efraim Flashner 2018-03-19gnu: patchelf: Update argument phase.Efraim Flashner 2018-03-19gnu: patchelf: Use 'target-arm32?' for armhf-linux case.Efraim Flashner 2018-02-20gnu: nix, patchelf: Use HTTPS for nixos.org home pages.Tobias Geerinckx-Rice