guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/03: tests: Attempt to build 'desktop.tmpl' on all major architectures.
Date: Fri, 7 Oct 2022 10:03:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 31708431c53524f05e6a0c9fed920cb773e7dd21
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Oct 7 15:59:05 2022 +0200

    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.
---
 tests/guix-system.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index f76a5ce119..a59bd9a6b9 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]