We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9415893 + bcaebae commit 7071ce9Copy full SHA for 7071ce9
scripts/download-async-profiler.sh
@@ -25,6 +25,7 @@ wget -O - "https://github.com/async-profiler/async-profiler/releases/download/v$
25
26
mkdir -p "${target_dir}/x64/libc"
27
mv "${target_dir}/async-profiler-${version}-linux-x64/build/jattach" "${target_dir}/x64/libc"
28
+mv "${target_dir}/async-profiler-${version}-linux-x64/build/fdtransfer" "${target_dir}/x64/libc"
29
mv "${target_dir}/async-profiler-${version}-linux-x64/build/libasyncProfiler.so" "${target_dir}/x64/libc"
30
mv "${target_dir}/async-profiler-${version}-linux-x64/LICENSE" "${target_dir}/"
31
rm -rf "${target_dir}/async-profiler-${version}-linux-x64"
0 commit comments