From 5267479134d67dcc400008b57e363c8d5aea7b42 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Fri, 12 Apr 2024 10:32:46 +0200 Subject: [PATCH] ci: clean some disk space to run CIFuzz again (cherry picked from commit 365a66ac1cd6eebfdbcf1f58e91d1ce3d7242286) --- .github/workflows/cifuzz.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 8a55272ccc..c6eecc3cf8 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -14,6 +14,12 @@ jobs: matrix: sanitizer: [address, undefined] steps: + - name: Clear unnecessary files + run: | + df + sudo apt clean + sudo rm -rf /usr/share/dotnet/ /usr/share/swift /usr/local/.ghcup/ /usr/local/share/powershell /usr/local/share/chromium /usr/local/lib/android /usr/local/lib/node_modules + df - name: Build Fuzzers (${{ matrix.sanitizer }}) uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master with: -- 2.47.2