From 5f16f2bac3d2c60f3803fb32d4389cba1a9de4df Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Fri, 12 Mar 2021 00:25:23 +0900 Subject: [PATCH] Remove more stuff from CUDA to avoid running out of disk space --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a43696e190..b91ec4a4501 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,7 @@ jobs: echo Removing downloaded archives and unused libraries to avoid running out of disk space rm -f *.rpm *.tgz *.txz *.tar.* rm -f $(find /usr/local/cuda/ -name '*.a' -and -not -name libcudart_static.a -and -not -name libcudadevrt.a) + rm -f /usr/local/cuda/doc* /usr/local/cuda/libnvvp* /usr/local/cuda/nsight* /usr/local/cuda/samples* fi - name: Checkout repository uses: actions/checkout@v1