Merge pull request #211718 from zhaofengli/elfutils-riscv64

elfutils: Disable failing test on RISC-V
This commit is contained in:
Sergei Trofimovich
2023-01-28 18:15:39 +00:00
committed by GitHub
@@ -41,6 +41,11 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs tests/*.sh
'' + lib.optionalString stdenv.hostPlatform.isRiscV ''
# disable failing test:
#
# > dwfl_thread_getframes: No DWARF information found
sed -i s/run-backtrace-dwarf.sh//g tests/Makefile.in
'';
outputs = [ "bin" "dev" "out" "man" ];