Skip to content

Commit

Permalink
build: claim back space so cuda builds can complete
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Oct 10, 2023
1 parent 05a66dc commit f89f5a7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@ jobs:
packages: write
contents: read
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Check out the repo
Expand Down Expand Up @@ -161,6 +170,15 @@ jobs:
packages: write
contents: read
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Check out the repo
Expand Down Expand Up @@ -207,6 +225,15 @@ jobs:
packages: write
contents: read
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Check out the repo
Expand Down

0 comments on commit f89f5a7

Please sign in to comment.