tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit e7d971e5ce8dde935f0e19a761747c652c998286
parent bda8be382de60dfe232fe7f649c722f9a0643ed4
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Thu, 16 Oct 2025 16:16:47 +0000

Bug 1993915 - Allow using system package for artifact build test r=ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D268678

Diffstat:
Mbuild/test/python/test_android_gradle_build.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/build/test/python/test_android_gradle_build.py b/build/test/python/test_android_gradle_build.py @@ -61,6 +61,9 @@ def run_mach(mozconfig): env["MACH_NO_TERMINAL_FOOTER"] = "1" env["MACH_NO_WRITE_TIMES"] = "1" + if os.environ.get("MOZ_AUTOMATION"): + env["MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE"] = "system" + def pol(line): logger.debug(line)