]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
disable tests which require glibc debuginfo
authorJan Palus <atler@pld-linux.org>
Tue, 26 Apr 2022 22:09:51 +0000 (00:09 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 26 Apr 2022 22:09:51 +0000 (00:09 +0200)
- keeping debuginfo aligned with current glibc on builders requires
  manual action
- to make it worse x86_64 requries debuginfo of both x86_64 and i686 for
  biarch test
- i686/x32 builders are not able to install glibc-debuginfo "Memory exhausted"

disable-tests.patch [new file with mode: 0644]
elfutils.spec

diff --git a/disable-tests.patch b/disable-tests.patch
new file mode 100644 (file)
index 0000000..497c8d1
--- /dev/null
@@ -0,0 +1,13 @@
+--- elfutils-0.187/tests/Makefile.am.orig      2022-04-25 22:56:39.000000000 +0200
++++ elfutils-0.187/tests/Makefile.am   2022-04-27 00:07:17.549585252 +0200
+@@ -151,8 +151,8 @@
+       run-addr2line-i-test.sh run-addr2line-i-lex-test.sh \
+       run-addr2line-i-demangle-test.sh run-addr2line-alt-debugpath.sh \
+       run-varlocs.sh run-exprlocs.sh run-varlocs-vars.sh run-funcretval.sh \
+-      run-backtrace-native.sh run-backtrace-data.sh run-backtrace-dwarf.sh \
+-      run-backtrace-native-biarch.sh run-backtrace-native-core.sh \
++      run-backtrace-data.sh run-backtrace-dwarf.sh \
++      run-backtrace-native-core.sh \
+       run-backtrace-native-core-biarch.sh run-backtrace-core-x86_64.sh \
+       run-backtrace-fp-core-x86_64.sh \
+       run-backtrace-fp-core-aarch64.sh \
index f4b889f490b342f601e8e15d237213ff7e8b98cf..7d165b8e29ce3522d774411c4dce18bed9866a1a 100644 (file)
@@ -18,6 +18,7 @@ Patch2:               %{name}-awk.patch
 Patch3:                %{name}-align.patch
 Patch4:                %{name}-paxflags.patch
 Patch5:                %{name}-sparc.patch
+Patch6:                disable-tests.patch
 URL:           https://sourceware.org/elfutils/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
@@ -181,6 +182,7 @@ Plik nagłówkowy biblioteki debuginfod.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %{__rm} po/stamp-po
 
This page took 0.216721 seconds and 4 git commands to generate.