Bug 1865522 - Mark cargo clippy as requiring export. r=firefox-build-system-reviewers,sylvestre,ahochheiden

It needs .cargo/config from the objdir, which export creates.

Differential Revision: https://phabricator.services.mozilla.com/D194156
This commit is contained in:
Mike Hommey 2023-11-21 01:07:44 +00:00
Родитель 578b44fec4
Коммит e989378998
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1,4 +1,5 @@
---
command: cargo-clippy
continue_on_error: true
requires_export: true
# cargo_build_flags: []