kkfnui commented on issue #8932: URL: https://github.com/apache/incubator-doris/issues/8932#issuecomment-1092876459
There should be another problem. ``` build.sh: line 185: /var/local/thirdparty/build-thirdparty.sh: No such file or directory ``` It's because of env setting in docker file. Is it can be remove from docker file? ``` ENV JAVA_HOME="/usr/lib/jvm/java-11" \ MAVEN_HOME="/usr/share/maven" \ REPOSITORY_URL="https://doris-thirdparty-repo.bj.bcebos.com/thirdparty" \ DEFAULT_DIR="/var/local" \ PATH="/var/local/ldb-toolchain/bin/:/var/local/thirdparty/installed/bin/:$PATH" \ DORIS_THIRDPARTY="/var/local/thirdparty" WORKDIR /root ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org