diff options
| author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2023-10-11 21:15:31 +0800 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-10-21 16:11:17 +0200 |
| commit | 7da8a43396006965634931b7f04dbd6d65296db4 (patch) | |
| tree | df3cddcb6134d5b111f75190eb3e1fc3c7c274de /tests | |
| parent | 3448e169730a6d71836062f8c5680758da208836 (diff) | |
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>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/guix-system.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh index adc0c44a6fd..29e490c3d48 100644 --- a/tests/guix-system.sh +++ b/tests/guix-system.sh | |||
| @@ -346,6 +346,10 @@ for example in gnu/system/examples/*.tmpl; do | |||
| 346 | # The Raspberry Pi templates 'linux-libre-arm64-generic', which is | 346 | # The Raspberry Pi templates 'linux-libre-arm64-generic', which is |
| 347 | # an ARM-only package. | 347 | # an ARM-only package. |
| 348 | options="--system=aarch64-linux";; | 348 | options="--system=aarch64-linux";; |
| 349 | *plasma*) | ||
| 350 | # Some architectures do not support all the packages Plasma | ||
| 351 | # depends on so restrict to x86_64-linux. | ||
| 352 | options="--system=x86_64-linux";; | ||
| 349 | *vm-image*) | 353 | *vm-image*) |
| 350 | # The VM image tries to build 'current-guix' as per 'guix pull'. | 354 | # The VM image tries to build 'current-guix' as per 'guix pull'. |
| 351 | # Skip it. | 355 | # Skip it. |
