ci(linux): migrate to LizardByte/actions/actions/more_space action (#4141)
This commit is contained in:
12
.github/workflows/ci-flatpak.yml
vendored
12
.github/workflows/ci-flatpak.yml
vendored
@@ -30,16 +30,12 @@ jobs:
|
|||||||
- arch: aarch64
|
- arch: aarch64
|
||||||
runner: ubuntu-22.04-arm
|
runner: ubuntu-22.04-arm
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
- name: More space
|
||||||
if: matrix.arch == 'x86_64'
|
if: matrix.arch == 'x86_64'
|
||||||
uses: easimon/maximize-build-space@v10
|
uses: LizardByte/actions/actions/more_space@v2025.814.40518
|
||||||
with:
|
with:
|
||||||
root-reserve-mb: 10240
|
analyze-space-savings: true
|
||||||
remove-dotnet: 'true'
|
clean-all: true
|
||||||
remove-android: 'true'
|
|
||||||
remove-haskell: 'true'
|
|
||||||
remove-codeql: 'true'
|
|
||||||
remove-docker-images: 'true'
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
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'
|
EXTRA_ARGS: '--appimage-build'
|
||||||
dist: 22.04
|
dist: 22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
- name: More space
|
||||||
uses: easimon/maximize-build-space@v10
|
uses: LizardByte/actions/actions/more_space@v2025.814.40518
|
||||||
with:
|
with:
|
||||||
root-reserve-mb: 30720
|
analyze-space-savings: true
|
||||||
remove-dotnet: 'true'
|
clean-all: true
|
||||||
remove-android: 'true'
|
|
||||||
remove-haskell: 'true'
|
|
||||||
remove-codeql: 'true'
|
|
||||||
remove-docker-images: 'true'
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
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
|
uses: LizardByte/.github/.github/workflows/__call-docker.yml@master
|
||||||
with:
|
with:
|
||||||
maximize_build_space: true
|
maximize_build_space: true
|
||||||
maximize_build_space_root_reserve_size: 32768
|
|
||||||
publish_release: ${{ needs.release-setup.outputs.publish_release }}
|
publish_release: ${{ needs.release-setup.outputs.publish_release }}
|
||||||
release_commit: ${{ needs.release-setup.outputs.release_commit }}
|
release_commit: ${{ needs.release-setup.outputs.release_commit }}
|
||||||
release_tag: ${{ needs.release-setup.outputs.release_tag }}
|
release_tag: ${{ needs.release-setup.outputs.release_tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user