From 9da43f795e74d2c8db8ff8232b3d88a93461bfb5 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 12 Jan 2024 17:31:39 +0100 Subject: [PATCH] Bug 1877662 - expose mozconfig as an artifact from build-fat-aar. r=glandium,geckoview-reviewers,firefox-build-system-reviewers Downstream firefox-android tasks need to match some mozconfig options from geckoview, so this is a way to avoid them getting out of sync. Differential Revision: https://phabricator.services.mozilla.com/D201511 --- taskcluster/ci/build-fat-aar/kind.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/taskcluster/ci/build-fat-aar/kind.yml b/taskcluster/ci/build-fat-aar/kind.yml index 5b255aa69d6b..a8140dd7ba11 100644 --- a/taskcluster/ci/build-fat-aar/kind.yml +++ b/taskcluster/ci/build-fat-aar/kind.yml @@ -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"