DNS: Try banning using intel-hosted clang

This commit is contained in:
Zachary Anderson 2026-01-22 10:39:25 -08:00 committed by GitHub
parent dbed04aa32
commit fad03db91b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,13 +54,9 @@ tool_versions = exec_script(
root_build_dir),
"trim scope")
if (host_cpu == "arm64") {
rebased_clang_dir =
rebase_path("$buildtools_path/mac-arm64/clang/bin", root_build_dir)
} else {
rebased_clang_dir =
rebase_path("$buildtools_path/mac-x64/clang/bin", root_build_dir)
}
assert(host_cpu == "arm64")
rebased_clang_dir =
rebase_path("$buildtools_path/mac-arm64/clang/bin", root_build_dir)
if (use_ccache) {
# ccache only supports compilation, not linking.