[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/22: build.sh: Disable daemon deduplication; builds gnu-make-boot0!
From: |
guix-commits |
Subject: |
08/22: build.sh: Disable daemon deduplication; builds gnu-make-boot0! |
Date: |
Mon, 13 Apr 2020 09:20:47 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 41f6f8246ab399fd0a76629a81e750b52a051136
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun Apr 12 13:15:54 2020 +0200
build.sh: Disable daemon deduplication; builds gnu-make-boot0!
* gnu/system/hurd.scm ("build.sh"): Start daemon with
--disable-deduplication.
---
gnu/system/hurd.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index c1807a7..a2e5646 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -141,7 +141,7 @@ fi\n"))
"#! /bin/sh
set -ex
-guix-daemon --build-users-group=guixbuild --disable-chroot --max-jobs=1 &
+guix-daemon --build-users-group=guixbuild --disable-chroot
--disable-deduplication --max-jobs=1 &
guix archive --authorize <
/run/current-system/profile/share/guix/ci.guix.gnu.org.pub
guix build -e '(@@ (gnu packages commencement) gnu-make-boot0)' --fallback
--no-offload
"))
- branch wip-hurd-vm updated (784ba72 -> ef33718), guix-commits, 2020/04/13
- 01/22: gnu: guix: Avoid loading (gnu installer) when cross compiling., guix-commits, 2020/04/13
- 07/22: gnu: guix: Run `make update-guix-package'., guix-commits, 2020/04/13
- 10/22: gnu: hurd: Use default Qemu guest ip: 10.0.2.15., guix-commits, 2020/04/13
- 03/22: HACK build.sh, 2GiB disk., guix-commits, 2020/04/13
- 05/22: Revert "records: Have ABI check work well for cross-compilation.", guix-commits, 2020/04/13
- 02/22: system: hurd: Add guix., guix-commits, 2020/04/13
- 06/22: REMOVEME gnu: guix: Bugfix for cross compiling to the Hurd., guix-commits, 2020/04/13
- 04/22: Revert "compile: Run the load phase within 'with-target'.", guix-commits, 2020/04/13
- 08/22: build.sh: Disable daemon deduplication; builds gnu-make-boot0!,
guix-commits <=
- 09/22: system: hurd: Bump image size to 10GiB., guix-commits, 2020/04/13
- 12/22: system: hurd: Add the Shepherd., guix-commits, 2020/04/13
- 11/22: system: hurd: Add openssh., guix-commits, 2020/04/13
- 15/22: DRAFT system: hurd: Start the Shepherd., guix-commits, 2020/04/13
- 18/22: services: Add hurd-ttys-service-type., guix-commits, 2020/04/13
- 14/22: gnu: python: Build fix for the Hurd., guix-commits, 2020/04/13
- 20/22: services: Register guix-daemon-service as a hurd service., guix-commits, 2020/04/13
- 16/22: services: Add hurd., guix-commits, 2020/04/13
- 13/22: gnu: coreutils: Mark three more tests XFAIL on the Hurd., guix-commits, 2020/04/13
- 19/22: services: Add hurd-user-services-service-type., guix-commits, 2020/04/13