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>
parent
3448e16973
commit
7da8a43396
|
@ -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.
|
||||
|
|
Reference in New Issue