Skip to content

Commit 7071ce9

Browse files
Merge pull request #1578 from v-thakkar/add_fdtransfer
Move fdtransfer to target directory
2 parents 9415893 + bcaebae commit 7071ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/download-async-profiler.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ wget -O - "https://github.com/async-profiler/async-profiler/releases/download/v$
2525

2626
mkdir -p "${target_dir}/x64/libc"
2727
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"
2829
mv "${target_dir}/async-profiler-${version}-linux-x64/build/libasyncProfiler.so" "${target_dir}/x64/libc"
2930
mv "${target_dir}/async-profiler-${version}-linux-x64/LICENSE" "${target_dir}/"
3031
rm -rf "${target_dir}/async-profiler-${version}-linux-x64"

0 commit comments

Comments
 (0)