Skip to content

Commit 3dee684

Browse files
authored
ci(redhat): add remove-unwanted-software (#378)
1 parent be60cbf commit 3dee684

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/redhat.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ jobs:
1212
GITHUB_TOKEN: ${{ secrets.ORG_REPO_TOKEN }}
1313
VULN_LIST_DIR: "vuln-list-redhat"
1414
steps:
15+
# vuln-list-redhat dir uses more than 20GB of storage
16+
- name: Maximize build space
17+
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793 # v5
18+
with:
19+
remove-android: 'true'
20+
remove-dotnet: 'true'
21+
remove-haskell: 'true'
22+
remove-codeql: 'true'
23+
remove-docker-images: 'true'
24+
remove-large-packages: 'true'
25+
remove-cached-tools: 'true'
26+
remove-swapfile: 'true'
27+
1528
- name: Check out code
1629
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1730

0 commit comments

Comments
 (0)