diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /taskcluster/ci/searchfox/kind.yml | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip |
Merging upstream version 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 |