]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- disable badly behaving test auto/th/elfutils-0.177-0.1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 8 Nov 2019 20:58:34 +0000 (21:58 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 8 Nov 2019 20:58:34 +0000 (21:58 +0100)
elfutils.spec

index 742eb1898d825c1708bbfcfdafea45c0ca4dbd6d..8a8d84b1a3f007717d848d6f3f788d405c412c04 100644 (file)
@@ -152,6 +152,11 @@ programowalny interfejs asemblera.
 %{__sed} -i -e 's/run-backtrace-native-biarch.sh//' tests/Makefile.am
 %endif
 
+# make sure this is not even tried on arch it has no chance to run
+%ifarch %{ix86}
+%{__sed} -i -e 's/run-disasm-x86-64.sh//' tests/Makefile.am
+%endif
+
 %build
 #%%{__gettextize}
 %{__aclocal} -I m4
This page took 0.217944 seconds and 4 git commands to generate.