diff options
author | Yelninei <yelninei@tutamail.com> | 2025-07-17 17:51:20 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-20 17:49:39 +0200 |
commit | 305a54e99c2eda4e164e0e7a72dcef730ece0737 (patch) | |
tree | 364e9f4032975c3502f3a450076bc201ded3a67d | |
parent | 36fc0fc87b469125d953f72f41b1ce48d759ba59 (diff) |
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 <andreas@enge.fr>
-rw-r--r-- | gnu/packages/elf.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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" |