diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /taskcluster/ci/searchfox/kind.yml | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/searchfox/kind.yml')
-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 |