mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18: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
|
||||
# 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.
|
||||
|
|
Loading…
Reference in a new issue