Backed out 4 changesets (bug 1878764, bug 1894860, bug 1849075) for causing multiple Gtest failures. CLOSED TREE

Backed out changeset 1b6f68a55002 (bug 1878764)
Backed out changeset dbcef036309d (bug 1894860)
Backed out changeset 440056d02985 (bug 1878764)
Backed out changeset df59a0aca986 (bug 1849075)
This commit is contained in:
Cristian Tuns
2024-05-04 18:03:30 -04:00
parent 10e33569b7
commit 90e24fdcd4
10 changed files with 82 additions and 92 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