File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,6 +266,18 @@ jobs:
266266 submodules : recursive
267267 fetch-depth : 0
268268
269+ # Default ubuntu-latest images are tight on disk; this Dockerfile builds GCC
270+ # from source plus Rust — BuildKit export/import needs several extra GB.
271+ - name : Free disk space
272+ uses : jlumbroso/free-disk-space@v1.3.1
273+ with :
274+ tool-cache : false
275+ android : true
276+ dotnet : true
277+ haskell : true
278+ large-packages : true
279+ swap-storage : true
280+
269281 - name : Set up Docker Buildx
270282 uses : docker/setup-buildx-action@v3
271283
@@ -305,6 +317,16 @@ jobs:
305317 submodules : recursive
306318 fetch-depth : 0
307319
320+ - name : Free disk space
321+ uses : jlumbroso/free-disk-space@v1.3.1
322+ with :
323+ tool-cache : false
324+ android : true
325+ dotnet : true
326+ haskell : true
327+ large-packages : true
328+ swap-storage : true
329+
308330 - name : Set up Docker Buildx
309331 uses : docker/setup-buildx-action@v3
310332
You can’t perform that action at this time.
0 commit comments