File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ REM Configure the environment to use MSVC %MSVC_VERSION% and then switch to Powe
2121call " %ProgramFiles(x86)% \Microsoft Visual Studio\%MSVC_VERSION% \BuildTools\VC\Auxiliary\Build\vcvars64.bat"
2222set " BAZEL_VC = %ProgramFiles(x86)% \Microsoft Visual Studio\%MSVC_VERSION% \BuildTools\VC"
2323set " VCPKG_OVERLAY_TRIPLETS = %cd% \ci\kokoro\windows\triplets"
24- set " VCPKG_OVERLAY_PORTS = %cd% \ci\kokoro\windows\vcpkg-overlays"
24+ @ REM set "VCPKG_OVERLAY_PORTS=%cd%\ci\kokoro\windows\vcpkg-overlays"
2525
2626REM The remaining of the build script is implemented in PowerShell.
2727@ echo %date% %time%
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ if ($BuildName -eq "cmake-debug") {
8686 $BuildScript = " builds/quickstart-cmake.ps1"
8787}
8888
89+ $env: VCPKG_OVERLAY_PORTS = " vcpkg-overlays"
90+
91+
8992$ScriptLocation = Split-Path $PSCommandPath - Parent
9093
9194Write-Host - ForegroundColor Green " `n $ ( Get-Date - Format o) Running build script for $BuildName build"
You can’t perform that action at this time.
0 commit comments