Skip to content

Commit

Permalink
Unset CCACHE_EXEC instead of USE_CCACHE
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Jan 28, 2024
1 parent ea48c94 commit ec12155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eo pipefail
echo "--- Setup"
rm /tmp/android-*.log || true
unset USE_CCACHE
unset CCACHE_EXEC
export PYTHONDONTWRITEBYTECODE=true
export BUILD_ENFORCE_SELINUX=1
export BUILD_NO=
Expand Down
2 changes: 1 addition & 1 deletion crowdin/crowdin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eo pipefail
echo "--- Setup"
rm /tmp/android-*.log || true
unset USE_CCACHE
unset CCACHE_EXEC
export PYTHONDONTWRITEBYTECODE=true
export BUILD_ENFORCE_SELINUX=1
export BUILD_NO=
Expand Down

0 comments on commit ec12155

Please sign in to comment.