[ACTIONS] Free hd space on action runner at first (#46)

* Maximize build space

Maximize build space for `build-image-uclibc` and `build-image-musl`

* Pin `maximize-build-space` to stable release.

Use `v8`

https://github.com/easimon/maximize-build-space/releases/tag/v8
This commit is contained in:
TAKANO Mitsuhiro
2023-10-21 20:51:08 +09:00
committed by GitHub
parent 3a434d54a2
commit 1d2b3e0077

View File

@@ -15,6 +15,16 @@ jobs:
env:
FORCE_UNSAFE_CONFIGURE: 1
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v8
with:
overprovision-lvm: true
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
remove-docker-images: true
- uses: actions/checkout@v3
- if: inputs.submodule
run: git submodule update --init --depth 1 -- ${{ inputs.submodule }}
@@ -75,6 +85,16 @@ jobs:
env:
FORCE_UNSAFE_CONFIGURE: 1
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v8
with:
overprovision-lvm: true
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
remove-docker-images: true
- uses: actions/checkout@v3
- if: inputs.submodule
run: git submodule update --init --depth 1 -- ${{ inputs.submodule }}