diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-11-27 11:59:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 11:59:33 -0500 |
commit | 5ebccf22f54a6d49a429e1039e7bbda57fc4b3ab (patch) | |
tree | 78104bc4de1e84d2b61977319b95eb6fcd8c9038 | |
parent | fcdf347d8381435ff6af7c933a886f7565f05b80 (diff) | |
download | servo-5ebccf22f54a6d49a429e1039e7bbda57fc4b3ab.tar.gz servo-5ebccf22f54a6d49a429e1039e7bbda57fc4b3ab.zip |
Force GitForWindows to be closer to the front of PATH on CI than moztools.
-rw-r--r-- | etc/taskcluster/decision_task.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 5be3deef1d3..12f23734464 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -158,6 +158,7 @@ windows_build_env = { "all": { "PYTHON3": "%HOMEDRIVE%%HOMEPATH%\\python3\\python.exe", "LINKER": "lld-link.exe", + "MOZTOOLS_PATH_PREPEND": "%HOMEDRIVE%%HOMEPATH%\\git\\cmd", }, } |