From 7e4476507458bd803ebba7f9a74e81a486b93601 Mon Sep 17 00:00:00 2001 From: weishu Date: Fri, 1 Sep 2023 22:27:25 +0800 Subject: [PATCH] Fix build (#927) --- .github/workflows/gki-kernel.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index e83a405b..01556bbd 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -73,6 +73,8 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: + root-reserve-mb: 8192 + temp-reserve-mb: 2048 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' @@ -108,10 +110,7 @@ jobs: cat $DEFAULT_MANIFEST_PATH fi repo --version - repo --trace sync -q -c -j$(nproc --all) --no-tags - if [ -d prebuilts/clang/host/linux-x86 ] && [ -f common/build.config.constants ]; then - ls -d prebuilts/clang/host/linux-x86/clang-r* | grep -v $(sed -n 's/^CLANG_VERSION=//p' common/build.config.constants) - fi + repo --trace sync -c -j$(nproc --all) --no-tags df -h - name: Setup KernelSU