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 <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2024-04-21 21:56:02 +02:00
parent 524a9abb28
commit 390d56eedb
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,10 @@ mumble-vm.img: $(IMAGE_SOURCE)
--image-type=mbr-raw \ --image-type=mbr-raw \
--image-size=6G mumble-vm-system.scm` \ --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) mumble-vm.tar: $(TARBALL_SOURCE)
tar --exclude "id_ed25519" -cf $@ $(TARBALL_SOURCE) tar --exclude "id_ed25519" -cf $@ $(TARBALL_SOURCE)