tor-browser

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

commit a04b3e5e8d4042cf07390d7a160dc75258c45f6f
parent cf05f74c7ea4ba4bd313d35c66de17fa5f728eb3
Author: Mark Hammond <mhammond@skippinet.com.au>
Date:   Thu,  9 Oct 2025 12:44:47 +0000

Bug 1993402 - vendoring rust with --force should work even when large files are added. r=glandium

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

Diffstat:
Mpython/mozbuild/mozbuild/vendor/vendor_rust.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/mozbuild/mozbuild/vendor/vendor_rust.py b/python/mozbuild/mozbuild/vendor/vendor_rust.py @@ -1002,9 +1002,9 @@ The changes from `mach vendor rust` will NOT be added to version control. notice=CARGO_LOCK_NOTICE, ), ) - self.repository.forget_add_remove_files(vendor_dir) - self.repository.clean_directory(vendor_dir) if not force: + self.repository.forget_add_remove_files(vendor_dir) + self.repository.clean_directory(vendor_dir) return False # Only warn for large imports, since we may just have large code