зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
392dffe2a0
Коммит
30bd6649db
|
@ -196,6 +196,7 @@ class VendorRust(MozbuildObject):
|
||||||
f
|
f
|
||||||
for f in self.repository.get_changed_files("M")
|
for f in self.repository.get_changed_files("M")
|
||||||
if os.path.basename(f) not in ("Cargo.toml", "Cargo.lock")
|
if os.path.basename(f) not in ("Cargo.toml", "Cargo.lock")
|
||||||
|
and not f.startswith("supply-chain/")
|
||||||
]
|
]
|
||||||
if modified:
|
if modified:
|
||||||
self.log(
|
self.log(
|
||||||
|
|
Загрузка…
Ссылка в новой задаче