emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66463: closed ([PATCH] tests: Verify plasma.tmpl at x86_64-linux.)


From: GNU bug Tracking System
Subject: bug#66463: closed ([PATCH] tests: Verify plasma.tmpl at x86_64-linux.)
Date: Sat, 21 Oct 2023 14:14:02 +0000

Your message dated Sat, 21 Oct 2023 16:12:32 +0200
with message-id <87sf64qd2n.fsf@gnu.org>
and subject line Re: [bug#66463] [PATCH] tests: Verify plasma.tmpl at 
x86_64-linux.
has caused the debbugs.gnu.org bug report #66463,
regarding [PATCH] tests: Verify plasma.tmpl at x86_64-linux.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66463: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66463
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] tests: Verify plasma.tmpl at x86_64-linux. Date: Wed, 11 Oct 2023 21:15:31 +0800
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#66463] [PATCH] tests: Verify plasma.tmpl at x86_64-linux. Date: Sat, 21 Oct 2023 16:12:32 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]