mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05: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:
parent
3448e16973
commit
7da8a43396
1 changed files with 4 additions and 0 deletions
|
@ -346,6 +346,10 @@ for example in gnu/system/examples/*.tmpl; do
|
||||||
# The Raspberry Pi templates 'linux-libre-arm64-generic', which is
|
# The Raspberry Pi templates 'linux-libre-arm64-generic', which is
|
||||||
# an ARM-only package.
|
# an ARM-only package.
|
||||||
options="--system=aarch64-linux";;
|
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*)
|
*vm-image*)
|
||||||
# The VM image tries to build 'current-guix' as per 'guix pull'.
|
# The VM image tries to build 'current-guix' as per 'guix pull'.
|
||||||
# Skip it.
|
# Skip it.
|
||||||
|
|
Loading…
Reference in a new issue