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.
This commit is contained in:
Maxim Cournoyer 2023-04-18 11:20:56 -04:00
parent ff8fd73927
commit 286cdf0bc5
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -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