morningman closed pull request #258: Make build-thirdparty.sh work
URL: https://github.com/apache/incubator-doris/pull/258
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/thirdparty/download-thirdparty.sh
b/thirdparty/download-thirdparty.sh
index 79fe989..e55d43e 100755
--- a/thirdparty/download-thirdparty.sh
+++ b/thirdparty/download-thirdparty.sh
@@ -231,28 +231,3 @@ fi
cd -
echo "Finished patching $LZ4_SOURCE"
-#####################################
-# Download and unpack java libraries
-#####################################
-
-if test "x$REPOSITORY_URL" != x; then
- echo "===== Downloading java libraries..."
- cd $TP_DIR
- DOWNLOAD_URL="${REPOSITORY_URL}/java-libraries.tar.gz"
- wget --no-check-certificate $DOWNLOAD_URL
- cd -
- echo "===== Finish downloading java libraries"
-fi
-
-echo "Begin to unpack java libraries"
-if [ ! -f $TP_DIR/java-libraries.tar.gz ];then
- echo "java-libraries.tar.gz is mising"
- exit 1
-fi
-
-rm -rf $TP_JAR_DIR/*
-mkdir -p $TP_JAR_DIR/
-
-tar xzf $TP_DIR/java-libraries.tar.gz -C $TP_JAR_DIR/
-echo "Finish to unpack java libraries"
-
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]