Loading
pkgdep/git: use an unreleased version of the bpftrace
According to the current SPDK tests results, bpftrace under the F37 is struggling with segmentation fault issues with the newest versions (0.15.0/0.16.0). See: https://github.com/iovisor/bpftrace/issues/2420 Fixes are in master branch. Waiting for the next bpftrace release. Linked to: https://github.com/spdk/spdk/issues/2833 Also, the bcc has been removed as we can use build-libs.sh script that prepares necessary libraries built in the bpftrace tree. Bpftrace has bcc as submodule that points to version later than 6dac27d9, which we needed to use previously. Signed-off-by:Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: I3de292cc0050dc32592076280c5e72be5e879cbe Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16024 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>