This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new aaecbe588c [GLUTEN-9120][VL] Remove s3 check for macOS from build
script (#9122)
aaecbe588c is described below
commit aaecbe588c16e5d5d8a9db699c0132e2db0d2a5b
Author: Rong Ma <[email protected]>
AuthorDate: Tue Mar 25 01:28:07 2025 +0000
[GLUTEN-9120][VL] Remove s3 check for macOS from build script (#9122)
---
dev/builddeps-veloxbe.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh
index ac178edd8d..81a5f69584 100755
--- a/dev/builddeps-veloxbe.sh
+++ b/dev/builddeps-veloxbe.sh
@@ -279,10 +279,6 @@ if [ -z "${GLUTEN_VCPKG_ENABLED:-}" ] && [
$RUN_SETUP_SCRIPT == "ON" ]; then
exit 1
fi
if [ $ENABLE_S3 == "ON" ]; then
- if [ $OS == 'Darwin' ]; then
- echo "S3 is not supported on MacOS."
- exit 1
- fi
${VELOX_HOME}/scripts/setup-adapters.sh aws
fi
if [ $ENABLE_GCS == "ON" ]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]