mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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.
This commit is contained in:
parent
06deab3321
commit
31708431c5
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue