Use system clang-14
Some checks failed
/ test-build (pull_request) Has been cancelled
/ release-build (push) Successful in 1h18m54s
/ release-deploy (push) Successful in 39s

This commit is contained in:
Antoine Martin 2024-09-05 10:05:16 -04:00
parent 348736e8aa
commit f2d5250a63
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
4 changed files with 16 additions and 38 deletions

View file

@ -0,0 +1,12 @@
--- a/build_tools/scripts/core_common/modules/v8_89.py
+++ b/build_tools/scripts/core_common/modules/v8_89.py
@@ -48,6 +48,8 @@ def make_args(args, platform, is_64=True, is_debug=False):
if (platform == "linux"):
args_copy.append("is_clang=true")
+ args_copy.append("clang_base_path=\\\"/usr/lib/llvm-14\\\"")
+ args_copy.append("clang_use_chrome_plugins=false")
args_copy.append("use_sysroot=false")
if (platform == "windows"):
args_copy.append("is_clang=false")