From: Philippe Antoine Date: Fri, 12 Apr 2024 08:32:46 +0000 (+0200) Subject: ci: clean some disk space to run CIFuzz again X-Git-Tag: suricata-7.0.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5267479134d67dcc400008b57e363c8d5aea7b42;p=thirdparty%2Fsuricata.git ci: clean some disk space to run CIFuzz again (cherry picked from commit 365a66ac1cd6eebfdbcf1f58e91d1ce3d7242286) --- 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: