Skip to content

Commit

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

0 comments on commit ea48c94

Please sign in to comment.