1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00

tests: Attempt to build 'desktop.tmpl' on all major architectures.

Partly fixes <https://issues.guix.gnu.org/58352>.

* tests/guix-system.sh: Try to build 'desktop.tmpl' for x86_64, i686, and aarch64.
This commit is contained in:
Ludovic Courtès
2022-10-07 15:59:05 +02:00
parent 06deab3321
commit 31708431c5

View File

@@ -354,6 +354,12 @@ for example in gnu/system/examples/*.tmpl; do
guix system -n disk-image $options "$example"
done
# Make sure the desktop image can be built on major architectures.
for system in x86_64-linux i686-linux aarch64-linux
do
guix system -n image -s "$system" gnu/system/examples/desktop.tmpl
done
# Verify that the images can be built.
guix system -n vm gnu/system/examples/bare-bones.tmpl
guix system -n image gnu/system/images/pinebook-pro.scm