Skip to content

Commit

Permalink
fix docker CI (#265)
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

Co-authored-by: Severin Dicks <[email protected]>
  • Loading branch information
thawn and Intron7 authored Sep 25, 2024
1 parent b0a2efe commit e8167fb
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 e8167fb

Please sign in to comment.