guix-commits
[Top][All Lists]
Advanced

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

89/96: tests: guix-system: Drop the i686-linux desktop image test.


From: guix-commits
Subject: 89/96: tests: guix-system: Drop the i686-linux desktop image test.
Date: Wed, 19 Apr 2023 21:41:18 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 3c3dbb029084e79abef5ebc535689152ebbe9557
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 18 11:20:56 2023 -0400

    tests: guix-system: Drop the i686-linux desktop image test.
    
    Desktop these days means having Rust support (GNOME), which i686 currently
    lacks on Guix.
    
    * tests/guix-system.sh: Do not attempt to build the desktop.tmpl image for
    i686-linux.
---
 tests/guix-system.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index 16c02e6e4c..1dbd5a0b85 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -359,7 +359,7 @@ for example in gnu/system/examples/*.tmpl; do
 done
 
 # Make sure the desktop image can be built on major architectures.
-for system in x86_64-linux i686-linux aarch64-linux
+for system in x86_64-linux aarch64-linux
 do
     guix system -n image -s "$system" gnu/system/examples/desktop.tmpl
 done



reply via email to

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