From 390d56eedb1349f8651056ba082e3e586230f371 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 21 Apr 2024 21:56:02 +0200 Subject: [PATCH] audio.experimental.a-lec.org: Makefile.am: add target for guix build. This enables to test if modifications have guile syntax error way more rapidely, and by using way less space than with full images. Signed-off-by: Denis 'GNUtoo' Carikli --- audio.experimental.a-lec.org/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/audio.experimental.a-lec.org/Makefile.am b/audio.experimental.a-lec.org/Makefile.am index 40c3517..1e8cc4a 100644 --- a/audio.experimental.a-lec.org/Makefile.am +++ b/audio.experimental.a-lec.org/Makefile.am @@ -89,6 +89,10 @@ mumble-vm.img: $(IMAGE_SOURCE) --image-type=mbr-raw \ --image-size=6G mumble-vm-system.scm` \ $@ +build: + guix system build \ + --image-type=mbr-raw \ + --image-size=6G mumble-vm-system.scm mumble-vm.tar: $(TARBALL_SOURCE) tar --exclude "id_ed25519" -cf $@ $(TARBALL_SOURCE)