ci(linux): migrate to LizardByte/actions/actions/more_space action (#4141)
This commit is contained in:
parent
7895440030
commit
b7d921e0cc
3 changed files with 8 additions and 17 deletions
12
.github/workflows/ci-flatpak.yml
vendored
12
.github/workflows/ci-flatpak.yml
vendored
|
|
@ -30,16 +30,12 @@ jobs:
|
|||
- arch: aarch64
|
||||
runner: ubuntu-22.04-arm
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
- name: More space
|
||||
if: matrix.arch == 'x86_64'
|
||||
uses: easimon/maximize-build-space@v10
|
||||
uses: LizardByte/actions/actions/more_space@v2025.814.40518
|
||||
with:
|
||||
root-reserve-mb: 10240
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'true'
|
||||
remove-docker-images: 'true'
|
||||
analyze-space-savings: true
|
||||
clean-all: true
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
|
|
|||
12
.github/workflows/ci-linux.yml
vendored
12
.github/workflows/ci-linux.yml
vendored
|
|
@ -27,15 +27,11 @@ jobs:
|
|||
EXTRA_ARGS: '--appimage-build'
|
||||
dist: 22.04
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@v10
|
||||
- name: More space
|
||||
uses: LizardByte/actions/actions/more_space@v2025.814.40518
|
||||
with:
|
||||
root-reserve-mb: 30720
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'true'
|
||||
remove-docker-images: 'true'
|
||||
analyze-space-savings: true
|
||||
clean-all: true
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
|
|
|||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -56,7 +56,6 @@ jobs:
|
|||
uses: LizardByte/.github/.github/workflows/__call-docker.yml@master
|
||||
with:
|
||||
maximize_build_space: true
|
||||
maximize_build_space_root_reserve_size: 32768
|
||||
publish_release: ${{ needs.release-setup.outputs.publish_release }}
|
||||
release_commit: ${{ needs.release-setup.outputs.release_commit }}
|
||||
release_tag: ${{ needs.release-setup.outputs.release_tag }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue