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.master
parent
ff8fd73927
commit
286cdf0bc5
|
@ -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
|
||||
|
|
Reference in New Issue