aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2021-02-05 14:04:58 -0500
committerJosh Matthews <josh@joshmatthews.net>2021-02-18 09:35:47 -0500
commit03ba1d891c2c43bbf5a9cc166e4088f3dfd6b97e (patch)
treec57b187c482578f60e6ca8a7ba5141e5b7f50a25 /etc
parent30da8eca2fab851e0b4e611d406dadccccc7d8a4 (diff)
downloadservo-03ba1d891c2c43bbf5a9cc166e4088f3dfd6b97e.tar.gz
servo-03ba1d891c2c43bbf5a9cc166e4088f3dfd6b97e.zip
Ensure all CI uses clang-cl on Windows.
Diffstat (limited to 'etc')
-rw-r--r--etc/taskcluster/decision_task.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py
index 12d01593f57..3412b692ce9 100644
--- a/etc/taskcluster/decision_task.py
+++ b/etc/taskcluster/decision_task.py
@@ -132,6 +132,8 @@ windows_build_env = {
"PYTHON3": "%HOMEDRIVE%%HOMEPATH%\\python3\\python.exe",
"LINKER": "lld-link.exe",
"MOZTOOLS_PATH_PREPEND": "%HOMEDRIVE%%HOMEPATH%\\git\\cmd",
+ "CC": "clang-cl.exe",
+ "CXX": "clang-cl.exe",
},
}