[chore] Disable ccache for sgl-kernel release (#13541)

This commit is contained in:
Baizhou Zhang
2025-11-18 14:28:58 -08:00
committed by GitHub
parent 92ad2ff9ce
commit 10969ae4be
2 changed files with 56 additions and 41 deletions

View File

@@ -45,6 +45,8 @@ jobs:
cd sgl-kernel
chmod +x ./build.sh
./build.sh "${{ matrix.python-version }}" "${{ matrix.cuda-version }}" ${{ matrix.arch == 'aarch64' && 'aarch64' || '' }}
env:
USE_CCACHE: 0
- name: Upload to PyPI
working-directory: sgl-kernel
@@ -136,6 +138,8 @@ jobs:
cd sgl-kernel
chmod +x ./build.sh
./build.sh "${{ matrix.python-version }}" "${{ matrix.cuda-version }}" ${{ matrix.arch == 'aarch64' && 'aarch64' || '' }}
env:
USE_CCACHE: 0
- name: Upload artifacts
uses: actions/upload-artifact@v4