From ec12155334b01cbff769fac0057bef4c052e491a Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 28 Jan 2024 15:56:34 +0100 Subject: [PATCH] Unset CCACHE_EXEC instead of USE_CCACHE --- android/build.sh | 2 +- crowdin/crowdin.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.sh b/android/build.sh index 60ed82d..06a1458 100644 --- a/android/build.sh +++ b/android/build.sh @@ -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= diff --git a/crowdin/crowdin.sh b/crowdin/crowdin.sh index 0be5ee6..41a0c09 100644 --- a/crowdin/crowdin.sh +++ b/crowdin/crowdin.sh @@ -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=