guix-patches
[Top][All Lists]
Advanced

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

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


From: Zheng Junjie
Subject: [bug#66463] [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






reply via email to

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