[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: tests: Verify plasma.tmpl at x86_64-linux.
From: |
guix-commits |
Subject: |
07/07: tests: Verify plasma.tmpl at x86_64-linux. |
Date: |
Sat, 21 Oct 2023 10:13:39 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7da8a43396006965634931b7f04dbd6d65296db4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Oct 11 21:15:31 2023 +0800
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>
---
tests/guix-system.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index adc0c44a6f..29e490c3d4 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*)
+ # Some architectures do not support all the packages Plasma
+ # depends on so restrict to x86_64-linux.
+ options="--system=x86_64-linux";;
*vm-image*)
# The VM image tries to build 'current-guix' as per 'guix pull'.
# Skip it.
- branch master updated (80c8f5b57a -> 7da8a43396), guix-commits, 2023/10/21
- 01/07: home: services: Fix regression in generated ‘on-first-login’ script., guix-commits, 2023/10/21
- 04/07: gnu: poke: Install emacs modes., guix-commits, 2023/10/21
- 03/07: gnu: poke: Revise package definition., guix-commits, 2023/10/21
- 06/07: gnu: Add emacs-poke-mode., guix-commits, 2023/10/21
- 07/07: tests: Verify plasma.tmpl at x86_64-linux.,
guix-commits <=
- 02/07: gnu: bitcoin-core: Update to 25.1., guix-commits, 2023/10/21
- 05/07: gnu: Remove emacs-poke., guix-commits, 2023/10/21