File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ install_vcpkg() {
3232 io::log " Downloading vcpkg into ${vcpkg_dir} ..."
3333 VCPKG_VERSION=" $( < ci/etc/vcpkg-version.txt) "
3434 url=" https://github.com/microsoft/vcpkg/archive/${VCPKG_VERSION} .tar.gz"
35- if [[ " ${VCPKG_VERSION} " =~ [0-9]{4}.[0-9]{2}.[0-9]{2} ]]; then
36- # vcpkg uses date-like tags for releases
37- url=" https://github.com/microsoft/vcpkg/archive/refs/tags/${VCPKG_VERSION} .tar.gz"
38- fi
35+ # if [[ "${VCPKG_VERSION}" =~ [0-9]{4}.[0-9]{2}.[0-9]{2} ]]; then
36+ # # vcpkg uses date-like tags for releases
37+ # url="https://github.com/microsoft/vcpkg/archive/refs/tags/${VCPKG_VERSION}.tar.gz"
38+ # fi
3939 ci/retry-command.sh 3 120 curl -fsSL " ${url} " |
4040 tar -C " ${vcpkg_dir} " --strip-components=1 -zxf -
4141
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ cmake_flags=(
8484 " -DGOOGLE_CLOUD_CPP_ENABLE=universe_domain"
8585)
8686
87+ export VCPKG_OVERLAY_PORTS=" ci\kokoro\windows\vcpkg-overlays"
88+
8789# The downloads can fail, therefore require a retry loop.
8890io::log_h2 " Download and compile dependencies using vcpkg"
8991ci/retry-command.sh 3 120 \
You can’t perform that action at this time.
0 commit comments