This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch kylin5-beta-release
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/kylin5-beta-release by this 
push:
     new 018e321a8e Minor fix
018e321a8e is described below

commit 018e321a8ebaaf21473894b744e0c1fda3eee2df
Author: XiaoxiangYu <x...@apache.org>
AuthorDate: Tue Jul 25 13:48:56 2023 +0800

    Minor fix
---
 build/release/compress.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/release/compress.sh b/build/release/compress.sh
index 7e573e62ef..0db79ca908 100755
--- a/build/release/compress.sh
+++ b/build/release/compress.sh
@@ -49,8 +49,8 @@ fi
 ## copy async profiler native files
 bash async-profiler-lib/download-async-profiler.sh
 #cp -rf async-profiler-lib/libasyncProfiler-mac.so 
"${package_name}"/lib/libasyncProfiler-mac.so
-cp -rf async-profiler-lib/libasyncProfiler-linux-x64.so 
"${package_name}"/lib/libasyncProfiler-linux-x64.so
-cp -rf async-profiler-lib/libasyncProfiler-linux-arm64.so 
"${package_name}"/lib/libasyncProfiler-linux-arm64.so
+cp -rf libasyncProfiler-linux-x64.so 
"${package_name}"/lib/libasyncProfiler-linux-x64.so
+cp -rf libasyncProfiler-linux-arm64.so 
"${package_name}"/lib/libasyncProfiler-linux-arm64.so
 
 # Add ssb data preparation files
 mkdir -p ${package_name}/tool/ssb

Reply via email to