unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66463] [PATCH] tests: Verify plasma.tmpl at x86_64-linux.
@ 2023-10-11 13:15 Zheng Junjie
  2023-10-21 14:12 ` bug#66463: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2023-10-11 13:15 UTC (permalink / raw)
  To: 66463

* 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(+)

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.

base-commit: 619ff2fa1d5b60b5fe33216ca2d6219c04a5515b
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66463: [PATCH] tests: Verify plasma.tmpl at x86_64-linux.
  2023-10-11 13:15 [bug#66463] [PATCH] tests: Verify plasma.tmpl at x86_64-linux Zheng Junjie
@ 2023-10-21 14:12 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-21 14:12 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: 66463-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-21 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11 13:15 [bug#66463] [PATCH] tests: Verify plasma.tmpl at x86_64-linux Zheng Junjie
2023-10-21 14:12 ` bug#66463: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).