Skip to content

Commit e06f885

Browse files
committed
propagate changes to macos and windows
1 parent 247399e commit e06f885

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/kokoro/macos/builds/quickstart-cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ brew list --versions pkg-config || brew install pkg-config
3131
vcpkg_dir="${HOME}/vcpkg-quickstart"
3232
mkdir -p "${vcpkg_dir}"
3333
io::log "Downloading vcpkg into ${vcpkg_dir}..."
34-
curl -sSL "https://github.com/microsoft/vcpkg/archive/2021.05.12.tar.gz" |
34+
curl -sSL "https://github.com/microsoft/vcpkg/archive/6e024e744e7717c06ddacd5089401109c6298553.tar.gz" |
3535
tar -C "${vcpkg_dir}" --strip-components=1 -zxf -
3636
(
3737
cd "${vcpkg_dir}"

ci/kokoro/windows/build-cmake-dependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if ($args.count -ge 1) {
4848
$vcpkg_flags=("--triplet", "${env:VCPKG_TRIPLET}")
4949
}
5050
$vcpkg_dir = "cmake-out\${vcpkg_base}"
51-
$vcpkg_version = "2021.05.12"
51+
$vcpkg_version = "6e024e744e7717c06ddacd5089401109c6298553"
5252
$Env:VCPKG_FEATURE_FLAGS = "-manifests"
5353

5454
New-Item -ItemType Directory -Path "cmake-out" -ErrorAction SilentlyContinue

0 commit comments

Comments
 (0)