yaooqinn commented on code in PR #9444:
URL: https://github.com/apache/incubator-gluten/pull/9444#discussion_r2063074763
##########
ep/build-velox/src/setup-centos7.sh:
##########
@@ -163,19 +163,17 @@ function install_boost {
function install_protobuf {
cd "${DEPENDENCY_DIR}"
- wget
https://github.com/protocolbuffers/protobuf/releases/download/v21.4/protobuf-all-21.4.tar.gz
- tar -xzf protobuf-all-21.4.tar.gz
- cd protobuf-21.4
+ wget_and_untar
https://github.com/protocolbuffers/protobuf/releases/download/v21.4/protobuf-all-21.4.tar.gz
protobuf
+ cd protobuf
Review Comment:
👍
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]