From 2204a6405f2203c50dc9664cf797ba96d176e8c6 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Mon, 12 Apr 2021 18:25:56 +0200 Subject: [PATCH] Re-introduce variables pinning MSVC version --- ci_scripts/tf-vars.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci_scripts/tf-vars.sh b/ci_scripts/tf-vars.sh index cf2f0b5d..ac6522a5 100755 --- a/ci_scripts/tf-vars.sh +++ b/ci_scripts/tf-vars.sh @@ -40,6 +40,8 @@ elif [ "${OS}" = "${CI_MSYS_VERSION}" ]; then export CI_ARTIFACTS_DIR="$(cygpath ${CI_ARTIFACTS_DIR})" export DS_ROOT_TASK=${CI_TASK_DIR} + export BAZEL_VC="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC" + export BAZEL_VC_FULL_VERSION="14.28.29910" export MSYS2_ARG_CONV_EXCL='//' mkdir -p ${CI_TASK_DIR}/tmp/