builder: yml: Command cleanup, not necessary.

Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
This commit is contained in:
Carlo Dandan
2024-05-27 09:39:18 +08:00
committed by GitHub
parent acb2b8a182
commit fd256c4491
+1 -2
View File
@@ -99,8 +99,7 @@ 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
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