From 5ebccf22f54a6d49a429e1039e7bbda57fc4b3ab Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 27 Nov 2019 11:59:33 -0500 Subject: [PATCH] Force GitForWindows to be closer to the front of PATH on CI than moztools. --- etc/taskcluster/decision_task.py | 1 + 1 file changed, 1 insertion(+) 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", }, }