Skip to content

Commit

Permalink
[BUILD] Syntax error when run `./dev/builddeps-veloxbe.sh --enable_s3…
Browse files Browse the repository at this point in the history
…=ON` (#6169)

Small fix of build script
  • Loading branch information
zhouyifan279 authored Jun 20, 2024
1 parent b4ac7d9 commit 88394d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function process_setup_ubuntu {
if [ $ENABLE_S3 == "ON" ]; then
sed -i '/^ run_and_time install_folly/a \ \ '${VELOX_HOME}/scripts'/setup-adapters.sh aws' scripts/setup-ubuntu.sh
# it's used for velox CI
sed -i '/rpm -i minio-20220526054841.0.0.x86_64.rpm/a \ \ echo "Skip installing minio"' scripts/setup-adapters.sh
sed -i 's/rpm -i minio-20220526054841.0.0.x86_64.rpm/#rpm -i minio-20220526054841.0.0.x86_64.rpm/g' scripts/setup-adapters.sh
fi
if [ $ENABLE_GCS == "ON" ]; then
Expand Down

0 comments on commit 88394d1

Please sign in to comment.