This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 305a54e99c gnu: elfutils: Skip 2 more tests on the hurd.
305a54e99c is described below
commit 305a54e99c2eda4e164e0e7a72dcef730ece0737
Author: Yelninei <[email protected]>
AuthorDate: Thu Jul 17 17:51:20 2025 +0000
gnu: elfutils: Skip 2 more tests on the hurd.
Fixes guix/guix#1303
* gnu/packages/elf.scm (elfutils): Skip run-declfiles.sh and
run-dwarf-getmacros.sh tests on hurd-systems
Change-Id: Ied5cf1f98b1672451acd26f6048d80d87e20e130
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/elf.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 6388629045..9ee51a0918 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -155,7 +155,9 @@ libraries.")
"tests/run-attr-integrate-skel.sh"
"tests/run-bug1-test.sh"
"tests/run-copyadd-sections.sh"
+ "tests/run-declfiles.sh"
"tests/run-deleted.sh"
+ "tests/run-dwarf-getmacros.sh"
"tests/run-get-units-split.sh"
"tests/run-native-test.sh"
"tests/run-readelf-loc.sh"