tor-browser

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

commit 4526cde9d6cefd0c57dd24893da3e5e43e563f9f
parent 17f61b1d6ce9a5930ecfacd2ed6d72951b825b6e
Author: Beatriz Rizental <bea@torproject.org>
Date:   Thu,  8 Jan 2026 16:44:31 -0300

fixup! BB 43564: Modify ./mach bootstrap for Base Browser

We don't want to bootstrap OONX. It's a ML tool, not used.

Diffstat:
Mtoolkit/moz.configure | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/toolkit/moz.configure b/toolkit/moz.configure @@ -4247,9 +4247,8 @@ with only_when(~artifact_builds): @depends("--with-onnx-runtime") def need_boostrap_onnxruntime(with_onnx_runtime): - return (with_onnx_runtime and len(with_onnx_runtime) == 0) or ( - with_onnx_runtime.origin == "default" - ) + # tor-browser#44412: Prevent ONNX from ever getting bootstrapped. + return False @depends( "--with-onnx-runtime",