summaryrefslogtreecommitdiffstats
path: root/tools/clang/scripts/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang/scripts/update.sh')
-rwxr-xr-xtools/clang/scripts/update.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index 09648ba..ed316be 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.sh
@@ -91,10 +91,14 @@ function on_asan_mac_host {
return 1
fi
HOST="$(hostname -s)"
- # Chrome Mac ASan Builder.
+ # Old (10.6) Chrome Mac ASan Builder. Kept here till we fully migrate to 10.8
if [[ "${HOST}" == "vm633-m1" ]]; then
return 0
fi
+ # 10.8 Chrome Mac ASan Builder.
+ if [[ "${HOST}" == "vm672-m1" ]]; then
+ return 0
+ fi
# Chrome Mac ASan LKGR.
if [[ "${HOST}" == "mini11-a1" ]]; then
return 0