Package: golang-github-google-pprof / 0.0~git20200905.acf8798-2

Metadata

Package Version Patches format
golang-github-google-pprof 0.0~git20200905.acf8798-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip TestDisasm on non x86.patch | (download)

internal/binutils/binutils_test.go | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 skip testdisasm on non x86

https://github.com/google/pprof/pull/561
https://github.com/google/pprof/pull/570

Upstream only disable one test `testDisasm(t, true)`,
but the other test `testDisasm(t, false)` needs llvm-objdump.

Let's disable both of them. Adding llvm to Build-Depends doesn't make
sense.