Merge branch 'master' into windows-clang

This commit is contained in:
qurious-pixel 2025-11-16 05:27:10 -08:00 committed by Live session user
commit 24a94f2dbe
33 changed files with 530 additions and 115 deletions

View file

@ -387,8 +387,9 @@ jobs:
run: |
export CCACHE_DIR=$(cygpath -u "$CCACHE_DIR")
echo "CCACHE_DIR=$CCACHE_DIR"
.ci/setup-windows-ci-vars.sh ${{ matrix.arch }} ${{ matrix.compiler }}
.ci/build-windows-clang.sh
.ci/setup-windows-ci-vars.sh ${{ matrix.arch }} ${{ matrix.compiler }}
.ci/deploy-windows-${{ matrix.compiler }}.sh
- name: Save build Ccache
if: github.ref == 'refs/heads/master'