Do not clear disk space in setup-linux (#3013)

This commit is contained in:
Cheng
2026-01-20 07:22:19 +09:00
committed by GitHub
parent 46d0fdc5ec
commit 0b25c9c06c
3 changed files with 3 additions and 1 deletions
-1
View File
@@ -27,7 +27,6 @@ runs:
zip \
libblas-dev liblapack-dev liblapacke-dev \
openmpi-bin openmpi-common libopenmpi-dev
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc || true
echo "::endgroup::"
- name: Use ccache
+1
View File
@@ -36,6 +36,7 @@ jobs:
- uses: ./.github/actions/setup-linux
- uses: ./.github/actions/build-linux
- uses: ./.github/actions/test-linux
- run: df -h
cuda_build_and_test:
name: Linux (${{ matrix.toolkit }}, ${{ matrix.arch }})
+2
View File
@@ -35,6 +35,7 @@ jobs:
name: mlx-cpu
path: wheelhouse/mlx_cpu-*.whl
retention-days: 7
- run: df -h
build_linux_with_tests:
strategy:
@@ -52,6 +53,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- uses: ./.github/actions/build-linux
- uses: ./.github/actions/test-linux
- run: df -h
build_mac_release:
if: github.repository == 'ml-explore/mlx'