This is an automated email from the ASF dual-hosted git repository.
panxiaolei 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 f37abb32 [chore](workflow) Increase the build space (#107)
f37abb32 is described below
commit f37abb32806f1dc556f03d1cd2728dd1f25ef1ef
Author: Adonis Ling <[email protected]>
AuthorDate: Wed Jul 26 15:49:02 2023 +0800
[chore](workflow) Increase the build space (#107)
There is not enough disk space to build the third-party libraries, we
should increase the build space.
---
.github/workflows/build-2.0.yml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/.github/workflows/build-2.0.yml b/.github/workflows/build-2.0.yml
index 63320754..6833ee3c 100644
--- a/.github/workflows/build-2.0.yml
+++ b/.github/workflows/build-2.0.yml
@@ -156,6 +156,23 @@ jobs:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
+ - name: Checkout easimon/maximize-build-space
+ if: ${{ matrix.config.name == 'Linux' }}
+ 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: Checkout
uses: actions/checkout@v3
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]