diff mbox series

[bug#66463] tests: Verify plasma.tmpl at x86_64-linux.

Message ID 9b1ac0295c90109ec89f17ef6345fdc0aa89cad6.1697030008.git.zhengjunjie@iscas.ac.cn
State New
Headers show
Series [bug#66463] tests: Verify plasma.tmpl at x86_64-linux. | expand

Commit Message

Zheng Junjie Oct. 11, 2023, 1:15 p.m. UTC
* tests/guix-system.sh: Verify plasma.tmpl to test build it at x86_64-linux.

some architecture (like riscv64) no support some kde packages, so we just test
this example can build on major architectures.
---
 tests/guix-system.sh | 4 ++++
 1 file changed, 4 insertions(+)


base-commit: 619ff2fa1d5b60b5fe33216ca2d6219c04a5515b

Comments

Ludovic Courtès Oct. 21, 2023, 2:12 p.m. UTC | #1
Hi,

Zheng Junjie <zhengjunjie@iscas.ac.cn> skribis:

> * tests/guix-system.sh: Verify plasma.tmpl to test build it at x86_64-linux.
>
> some architecture (like riscv64) no support some kde packages, so we just test
> this example can build on major architectures.

I tweaked the comment and commit log and applied it.  Thank you!

Ludo’.
diff mbox series

Patch

diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index adc0c44a6f..8d3bf6674b 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -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*)
+            # other architecture have some package no support, so just test
+            # in x86_64-linux.
+            options="--system=x86_64-linux";;
 	*vm-image*)
 	    # The VM image tries to build 'current-guix' as per 'guix pull'.
 	    # Skip it.