[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: hydra: milano: Add qemu-binfmt-service-type with guix-support
From: |
Giovanni Biscuolo |
Subject: |
11/12: hydra: milano: Add qemu-binfmt-service-type with guix-support |
Date: |
Tue, 11 Jun 2019 09:43:41 -0400 (EDT) |
biscuolo pushed a commit to branch master
in repository maintenance.
commit 4a77f193b00b323f5247ed71431fb7e23a91ca54
Author: Giovanni Biscuolo <address@hidden>
Date: Wed Jun 5 10:49:03 2019 +0200
hydra: milano: Add qemu-binfmt-service-type with guix-support
Milano will transparently build for i686, arm and aarch64 platforms,
other than native x86_64
* hydra/milano-guix-1.scm: Add qemu-binfmt-service-type for i686, arm
and aarch64 platforms
---
hydra/milano-guix-1.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 1fdd6d9..bafbd04 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -4,7 +4,7 @@
;; Released under the GNU GPLv3 or any later version.
(use-modules (gnu))
-(use-service-modules networking mcron ssh)
+(use-service-modules networking mcron ssh virtualization)
(use-package-modules screen ssh linux)
;; The following definition are **almost** copied from dover.scm: a
@@ -106,6 +106,11 @@
(service ntp-service-type)
+ (service qemu-binfmt-service-type
+ (qemu-binfmt-configuration
+ (platforms (lookup-qemu-platforms "i686"
"arm" "aarch64"))
+ (guix-support? #t)))
+
(service mcron-service-type
(mcron-configuration
(jobs (list gc-job btrfs-job)))))
- 06/12: hydra: machines: Add milan-1 (nickname) to the database, (continued)
- 06/12: hydra: machines: Add milan-1 (nickname) to the database, Giovanni Biscuolo, 2019/06/11
- 03/12: hydra: milano: Add milano-guix-1 initial configuration., Giovanni Biscuolo, 2019/06/11
- 08/12: hydra: Add guix key of the Milano build machine., Giovanni Biscuolo, 2019/06/11
- 05/12: hydra: milano: Add bayfront user ssh key to authorized-keys, Giovanni Biscuolo, 2019/06/11
- 04/12: hydra: milano: Add andreas as sysadmin, Giovanni Biscuolo, 2019/06/11
- 12/12: hydra: milano: Remove i686 from QEMU platforms, Giovanni Biscuolo, 2019/06/11
- 07/12: hydra: milano: Add cbaines user as sysadmin, Giovanni Biscuolo, 2019/06/11
- 10/12: hydra: milano: Add andreas ssh key to authorized-keys, Giovanni Biscuolo, 2019/06/11
- 01/12: hydra: Add key for degrees380, Giovanni Biscuolo, 2019/06/11
- 09/12: hydra: Register the Milano machine as a build machine for bayfront., Giovanni Biscuolo, 2019/06/11
- 11/12: hydra: milano: Add qemu-binfmt-service-type with guix-support,
Giovanni Biscuolo <=