Skip to content

Commit

Permalink
fix docker CI
Browse files Browse the repository at this point in the history
apparently, github changed something in the runners, so that `maximize build disk space` is not able to free 35.84GB space on the root partition any more. Reduced the reserved space to 35GB to  fix this - hopefully leaving enough free space for building the docker image
  • Loading branch information
thawn committed Sep 25, 2024
1 parent be93aaf commit c2db4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
remove-android: true
remove-haskell: true
remove-codeql: true
root-reserve-mb: 35840
root-reserve-mb: 35000
swap-size-mb: 1048

- name: Check out the repo
Expand Down

0 comments on commit c2db4e7

Please sign in to comment.