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/build-fat-aar | |
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/build-fat-aar')
-rw-r--r-- | taskcluster/ci/build-fat-aar/kind.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/taskcluster/ci/build-fat-aar/kind.yml b/taskcluster/ci/build-fat-aar/kind.yml index 3d45e76d79..0d3b1208ec 100644 --- a/taskcluster/ci/build-fat-aar/kind.yml +++ b/taskcluster/ci/build-fat-aar/kind.yml @@ -23,7 +23,7 @@ job-defaults: index: product: mobile worker-type: b-linux-gcp - use-system-python: false + use-python: default worker: docker-image: {in-tree: android-build} max-run-time: 7200 @@ -58,6 +58,9 @@ job-defaults: - name: public/build/geckoview_example.aab path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/geckoview_example/outputs/bundle/withGeckoBinariesDebug/geckoview_example-withGeckoBinaries-debug.aab type: file + - name: public/build/mozconfig + path: /builds/worker/workspace/obj-build/.mozconfig + type: file run: using: mozharness script: "mozharness/scripts/fx_desktop_build.py" @@ -83,6 +86,7 @@ job-defaults: default: null fetches: toolchain: + - android-gradle-python-envs - android-ndk-linux - android-sdk-linux - linux64-clang |