gavinchou opened a new pull request, #34385: URL: https://github.com/apache/doris/pull/34385
In the previous implementation, we have to download all third-party packages even if we build a specified third-party dependency, e.g. ``` sh build-third-party.sh brpc ``` it would also download all the other irrelevant third-party source files, say ali_sdk and rocskdb. It wastes a lot of time if we only want to update a specific dependency, especially if the network quality is poor. After this commit, we only need to download the specified third-party source files, it saves a lot of time when we do third-party updates manually. -- 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