1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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.