Skip to content

Commit

Permalink
ci: clean some disk space to run CIFuzz again
Browse files Browse the repository at this point in the history
(cherry picked from commit 365a66a)
  • Loading branch information
catenacyber authored and victorjulien committed Apr 17, 2024
1 parent 26a5357 commit 5267479
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5267479

Please sign in to comment.