This is an automated email from the ASF dual-hosted git repository.
zhangstar333 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new a02cef87be2 [fix](ci) adjust jdk (#35496)
a02cef87be2 is described below
commit a02cef87be244927a9e4d5f18e0443911c12441d
Author: Dongyang Li <[email protected]>
AuthorDate: Tue May 28 13:07:21 2024 +0800
[fix](ci) adjust jdk (#35496)
Co-authored-by: stephen <[email protected]>
---
regression-test/pipeline/performance/compile.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/regression-test/pipeline/performance/compile.sh
b/regression-test/pipeline/performance/compile.sh
index 23c2bb3590f..fbef8193731 100644
--- a/regression-test/pipeline/performance/compile.sh
+++ b/regression-test/pipeline/performance/compile.sh
@@ -111,7 +111,6 @@ rm -f custom_env.sh
cp
"${teamcity_build_checkoutDir}"/regression-test/pipeline/performance/conf/custom_env.sh
.
if [[ "${target_branch}" == "master" ]]; then
echo "export JAVA_HOME=/usr/lib/jvm/jdk-17.0.2" >>custom_env.sh
- jdk17_str="&& cd /usr/lib/jvm/ && wget --continue -t3
https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-x64_bin.tar.gz
&& yum install -y pigz && tar -I pigz -xf openjdk-17.0.2_linux-x64_bin.tar.gz
&& cd -"
fi
rm -rf "${teamcity_build_checkoutDir}"/output
set -x
@@ -136,7 +135,7 @@ sudo docker run -i --rm \
&& export EXTRA_CXX_FLAGS=-O3 \
&& export USE_JEMALLOC='ON' \
&& export USE_JEMALLOC_HOOK_WITH_PREFIX='OFF' \
- && export ENABLE_PCH=OFF ${jdk17_str}\
+ && export ENABLE_PCH=OFF \
&& export CUSTOM_NPM_REGISTRY=https://registry.npmjs.org \
&& bash build.sh --fe --be --clean 2>&1 | tee build.log"
set +x
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]