Move bpf sdk packaging from publish-tarball to cargo-install-all
This commit is contained in:
committed by
mergify[bot]
parent
16944e218f
commit
965ea97b56
@ -125,6 +125,9 @@ if [[ -d target/perf-libs ]]; then
|
||||
cp -a target/perf-libs "$installDir"/bin/perf-libs
|
||||
fi
|
||||
|
||||
mkdir -p "$installDir"/bin/sdk/bpf
|
||||
cp -a sdk/bpf/* "$installDir"/bin/sdk/bpf
|
||||
|
||||
(
|
||||
set -x
|
||||
# deps dir can be empty
|
||||
|
Reference in New Issue
Block a user