Skip to content

Commit 1e13e4f

Browse files
committed
move ports env def
1 parent 7243646 commit 1e13e4f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ci/kokoro/windows/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ REM Configure the environment to use MSVC %MSVC_VERSION% and then switch to Powe
2121
call "%ProgramFiles(x86)%\Microsoft Visual Studio\%MSVC_VERSION%\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
2222
set "BAZEL_VC=%ProgramFiles(x86)%\Microsoft Visual Studio\%MSVC_VERSION%\BuildTools\VC"
2323
set "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

2626
REM The remaining of the build script is implemented in PowerShell.
2727
@echo %date% %time%

ci/kokoro/windows/build.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

9194
Write-Host -ForegroundColor Green "`n$(Get-Date -Format o) Running build script for $BuildName build"

0 commit comments

Comments
 (0)