diff options
Diffstat (limited to 'taskcluster/ci/searchfox')
-rw-r--r-- | taskcluster/ci/searchfox/kind.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/taskcluster/ci/searchfox/kind.yml b/taskcluster/ci/searchfox/kind.yml index 71f94197ce..492cba940d 100644 --- a/taskcluster/ci/searchfox/kind.yml +++ b/taskcluster/ci/searchfox/kind.yml @@ -24,7 +24,7 @@ job-defaults: tier: 2 run-on-projects: ['mozilla-central'] optimization: null - use-system-python: false + use-python: default # These builds don't use sccache because otherwise we wouldn't index # the files that sccache optimizes away compilation for. use-sccache: false @@ -209,6 +209,7 @@ jobs: fetches: toolchain: - android-gradle-dependencies + - android-gradle-python-envs - android-ndk-linux - android-sdk-linux - linux64-jdk |