Bug 1849075 - Update builders to clang 18. r=firefox-build-system-reviewers,sergesanspaille

Differential Revision: https://phabricator.services.mozilla.com/D208955
This commit is contained in:
Mike Hommey
2024-05-21 07:24:02 +00:00
parent 762b234209
commit 21d14b1306
7 changed files with 69 additions and 66 deletions

View File

@@ -446,7 +446,7 @@ def prune_final_dir_for_clang_tidy(final_dir, target):
if is_darwin(target) and name in ["libLLVM.dylib", "libclang-cpp.dylib"]:
continue
if is_linux(target) and (
fnmatch.fnmatch(name, "libLLVM*.so")
fnmatch.fnmatch(name, "libLLVM*.so*")
or fnmatch.fnmatch(name, "libclang-cpp.so*")
):
continue