Merge pull request #188259 from trofi/kcov-fix-for-binutils-2.39

kcov: pin to binutils-2.38 until upstream ports to 2.39
This commit is contained in:
Bernardo Meurer 2022-08-25 10:13:20 -03:00 committed by GitHub
commit 17a29b3ff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,9 @@
, elfutils
, python3
, libiberty
, libopcodes
# TODO: switch back to latest versions when upstream ports
# to binutils-2.39: https://github.com/SimonKagstrom/kcov/issues/381
, libopcodes_2_38
, runCommand
, gcc
, rustc
@ -30,7 +32,7 @@ let
preConfigure = "patchShebangs src/bin-to-c-source.py";
nativeBuildInputs = [ cmake pkg-config python3 ];
buildInputs = [ curl zlib elfutils libiberty libopcodes ];
buildInputs = [ curl zlib elfutils libiberty libopcodes_2_38 ];
strictDeps = true;