Merge pull request #211718 from zhaofengli/elfutils-riscv64
elfutils: Disable failing test on RISC-V
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user