Skip to content

Commit

Permalink
Disable Soong sandboxing to avoid conflict with ccache
Browse files Browse the repository at this point in the history
Signed-off-by: cachiusa <[email protected]>
  • Loading branch information
cachiusa authored May 20, 2024
1 parent d3a785f commit 2867968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/OrangeFox-Compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2867968

Please sign in to comment.