Bug 1800113 - Avoid supply-chain changes preventing to vendor rust code. r=firefox-build-system-reviewers,nalexander

Differential Revision: https://phabricator.services.mozilla.com/D162070
This commit is contained in:
Mike Hommey 2022-11-15 05:01:54 +00:00
Родитель 392dffe2a0
Коммит 30bd6649db
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -196,6 +196,7 @@ class VendorRust(MozbuildObject):
f
for f in self.repository.get_changed_files("M")
if os.path.basename(f) not in ("Cargo.toml", "Cargo.lock")
and not f.startswith("supply-chain/")
]
if modified:
self.log(