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 82b78c904e [GLUTEN-10390][VL] Build arm package with common cpu flags 
(#10409)
82b78c904e is described below

commit 82b78c904e3a63421deaa4533849d03dd887446b
Author: Yuan <[email protected]>
AuthorDate: Tue Aug 19 14:45:03 2025 +0100

    [GLUTEN-10390][VL] Build arm package with common cpu flags (#10409)
---
 .github/workflows/velox_nightly.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/velox_nightly.yml 
b/.github/workflows/velox_nightly.yml
index 8d82ed757d..7ec22fba00 100644
--- a/.github/workflows/velox_nightly.yml
+++ b/.github/workflows/velox_nightly.yml
@@ -186,6 +186,7 @@ jobs:
       - name: Build Gluten native libraries
         run: |
           df -a
+          export ARM_BUILD_TARGET=false
           bash dev/ci-velox-buildstatic-centos-8.sh
           ccache -s
           mkdir -p $GITHUB_WORKSPACE/.m2/repository/org/apache/arrow/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to