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-8.0.0-beta1~1495 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365a66ac1cd6eebfdbcf1f58e91d1ce3d7242286;p=thirdparty%2Fsuricata.git ci: clean some disk space to run CIFuzz again --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 5ebcb6d1cf..0545d6325a 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -18,6 +18,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: