This is an automated email from the ASF dual-hosted git repository. zhouyuan pushed a commit to branch wip_macos_test in repository https://gitbox.apache.org/repos/asf/gluten.git
commit e69def360806798f3071ee96c0c77995131eb22b Author: Yuan <[email protected]> AuthorDate: Wed Jul 29 10:58:06 2026 +0100 test Signed-off-by: Yuan <[email protected]> --- .github/workflows/velox_weekly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/velox_weekly.yml b/.github/workflows/velox_weekly.yml index cf466f26e2..221991bd5b 100644 --- a/.github/workflows/velox_weekly.yml +++ b/.github/workflows/velox_weekly.yml @@ -318,7 +318,7 @@ jobs: weekly-build-on-macos: strategy: fail-fast: false - if: ${{ startsWith(github.repository, 'apache/') }} + runs-on: macos-15 env: INSTALL_PREFIX: /tmp/deps-install @@ -344,6 +344,8 @@ jobs: export CCACHE_MAXSIZE=1G mkdir -p $CCACHE_DIR ./dev/buildbundle-veloxbe.sh --run_setup_script=ON --build_arrow=ON --build_tests=ON --build_benchmarks=ON --spark_version=3.5 + cd $GITHUB_WORKSPACE/tools/gluten-it + $GITHUB_WORKSPACE/build/mvn -ntp clean install -Pspark-3.5 - name: Clean Ccache tmp before save if: always() run: rm -rf '${{ env.CCACHE_DIR }}/tmp' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
