Commit fb2c2a1d authored by brizental's avatar brizental
Browse files

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

We don't want to bootstrap OONX. It's a ML tool, not used.
parent c4d774af
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4241,9 +4241,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",