mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
9c15743c4a
commit
3c3dbb0290
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue