This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/main by this push:
new b06792e1adb [fix] remove max space action (#382)
b06792e1adb is described below
commit b06792e1adb3570f48f970cf297de8f71596c723
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Mon Mar 2 22:25:31 2026 +0800
[fix] remove max space action (#382)
---
.github/workflows/build.yml | 22 +++++++++++-----------
.github/workflows/manual-build.yml | 22 +++++++++++-----------
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 246ece79776..3e6fe5c5821 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -179,17 +179,17 @@ jobs:
run: |
git clone -b v7 https://github.com/easimon/maximize-build-space
- - name: Maximize build space
- if: ${{ matrix.config.name == 'Linux' }}
- uses: ./maximize-build-space
- with:
- root-reserve-mb: 4096
- swap-size-mb: 8192
- remove-dotnet: 'true'
- remove-android: 'true'
- remove-haskell: 'true'
- remove-codeql: 'true'
- remove-docker-images: 'true'
+ #- name: Maximize build space
+ # if: ${{ matrix.config.name == 'Linux' }}
+ # uses: ./maximize-build-space
+ # with:
+ # root-reserve-mb: 4096
+ # swap-size-mb: 8192
+ # remove-dotnet: 'true'
+ # remove-android: 'true'
+ # remove-haskell: 'true'
+ # remove-codeql: 'true'
+ # remove-docker-images: 'true'
- name: Checkout
uses: actions/checkout@v4
diff --git a/.github/workflows/manual-build.yml
b/.github/workflows/manual-build.yml
index 90f41af10cd..e6af07ec3d3 100644
--- a/.github/workflows/manual-build.yml
+++ b/.github/workflows/manual-build.yml
@@ -156,17 +156,17 @@ jobs:
run: |
git clone -b v7 https://github.com/easimon/maximize-build-space
- - name: Maximize build space
- if: ${{ matrix.config.name == 'Linux' }}
- uses: ./maximize-build-space
- with:
- root-reserve-mb: 4096
- swap-size-mb: 8192
- remove-dotnet: 'true'
- remove-android: 'true'
- remove-haskell: 'true'
- remove-codeql: 'true'
- remove-docker-images: 'true'
+ #- name: Maximize build space
+ # if: ${{ matrix.config.name == 'Linux' }}
+ # uses: ./maximize-build-space
+ # with:
+ # root-reserve-mb: 4096
+ # swap-size-mb: 8192
+ # remove-dotnet: 'true'
+ # remove-android: 'true'
+ # remove-haskell: 'true'
+ # remove-codeql: 'true'
+ # remove-docker-images: 'true'
- name: Checkout
uses: actions/checkout@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]