tests: Verify plasma.tmpl at x86_64-linux.

Some architectures (like riscv64) do no support some of the KDE
packages, so just test this example on x86_64-linux.

* tests/guix-system.sh: Verify plasma.tmpl to test build it at x86_64-linux.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Zheng Junjie 2023-10-11 21:15:31 +08:00 committed by Ludovic Courtès
parent 3448e16973
commit 7da8a43396
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -346,6 +346,10 @@ for example in gnu/system/examples/*.tmpl; do
# The Raspberry Pi templates 'linux-libre-arm64-generic', which is
# an ARM-only package.
options="--system=aarch64-linux";;
*plasma*)
# Some architectures do not support all the packages Plasma
# depends on so restrict to x86_64-linux.
options="--system=x86_64-linux";;
*vm-image*)
# The VM image tries to build 'current-guix' as per 'guix pull'.
# Skip it.