aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-02-22 11:00:34 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-02-22 16:09:15 +0000
commit49315333b663c718ad3bed307a3caee23a5f880d (patch)
treee391304888317562d91a59d6bf636679887ace2b /scripts
parentba21aa6f3565ef13eaea1c68d97f5924baa94045 (diff)
Update compile_windows scripts to the MSYS64 location hardcoded into Chocolatey.
-- MOS_MIGRATED_REVID=115207057
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/windows/compile_windows.bat2
-rwxr-xr-xscripts/ci/windows/compile_windows.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci/windows/compile_windows.bat b/scripts/ci/windows/compile_windows.bat
index 9d068cca85..5fd0839c9d 100644
--- a/scripts/ci/windows/compile_windows.bat
+++ b/scripts/ci/windows/compile_windows.bat
@@ -1 +1 @@
-c:\msys64\usr\bin\bash -l %cd%/scripts/ci/windows/compile_windows.sh %*
+c:\tools\msys64\usr\bin\bash -l %cd%/scripts/ci/windows/compile_windows.sh %*
diff --git a/scripts/ci/windows/compile_windows.sh b/scripts/ci/windows/compile_windows.sh
index dba675bdff..ff1ea40e01 100755
--- a/scripts/ci/windows/compile_windows.sh
+++ b/scripts/ci/windows/compile_windows.sh
@@ -33,7 +33,7 @@ if [[ "$JAVA_HOME" == "" ]]; then
fi
# These variables are temporarily needed for Bazel
-export BAZEL_SH="c:/msys64/usr/bin/bash.exe"
+export BAZEL_SH="c:/tools/msys64/usr/bin/bash.exe"
export TMPDIR="c:/temp"
# Even though there are no quotes around $* in the .bat file, arguments