Disable Soong sandboxing to avoid conflict with ccache

Signed-off-by: cachiusa <70309181+cachiusa@users.noreply.github.com>
This commit is contained in:
cachiusa
2024-05-20 09:41:39 +07:00
committed by GitHub
parent d3a785fd4d
commit 286796866d
+2
View File
@@ -100,6 +100,8 @@ jobs:
set +e
export USE_CCACHE=1
export CCACHE_EXEC=/usr/bin/ccache
# Hack: Disable Soong sandboxing to avoid conflict with ccache
sed -i 's/return sandboxConfig\.working/return false/g' build/soong/ui/build/sandbox_linux.go
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
set -e