Skip to content

Commit

Permalink
Merge branch 'ci-diskspace-fix' into ntl
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 10, 2024
2 parents 7b8e167 + 6f243a1 commit cd8b045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,16 @@ jobs:
EXTRA_SAGE_PACKAGES: ${{ inputs.extra_sage_packages }}
steps:
- name: Maximize build disk space
uses: easimon/maximize-build-space@v8
uses: easimon/maximize-build-space@v10
with:
# need space in /var for Docker images
root-reserve-mb: 40000
root-reserve-mb: 30000
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
remove-docker-images: true
continue-on-error: true
if: inputs.free_disk_space
- name: Check out SageMath
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Maximize build disk space
uses: easimon/maximize-build-space@v8
uses: easimon/maximize-build-space@v10
with:
# need space in /var for Docker images
root-reserve-mb: 40000
Expand All @@ -25,6 +25,7 @@ jobs:
remove-haskell: true
remove-codeql: true
remove-docker-images: true
continue-on-error: true

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cd8b045

Please sign in to comment.