]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/ci/install_windows_protobuf.ps1
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / ci / install_windows_protobuf.ps1
1 $ErrorActionPreference = "Stop"
2 trap { $host.SetShouldExit(1) }
3
4 cd tools/vcpkg
5 # Lock to specific version of Protobuf port file to avoid build break
6 ./vcpkg "--vcpkg-root=$PWD" install --overlay-ports="$PSScriptRoot\ports" protobuf:x64-windows