Fix build (#927)

This commit is contained in:
weishu
2023-09-01 22:27:25 +08:00
committed by GitHub
parent d84fdada31
commit 7e44765074

View File

@@ -73,6 +73,8 @@ jobs:
- name: Maximize build space - name: Maximize build space
uses: easimon/maximize-build-space@master uses: easimon/maximize-build-space@master
with: with:
root-reserve-mb: 8192
temp-reserve-mb: 2048
remove-dotnet: 'true' remove-dotnet: 'true'
remove-android: 'true' remove-android: 'true'
remove-haskell: 'true' remove-haskell: 'true'
@@ -108,10 +110,7 @@ jobs:
cat $DEFAULT_MANIFEST_PATH cat $DEFAULT_MANIFEST_PATH
fi fi
repo --version repo --version
repo --trace sync -q -c -j$(nproc --all) --no-tags repo --trace sync -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
df -h df -h
- name: Setup KernelSU - name: Setup KernelSU