This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch branch-3.7
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
from 4ba83e8 Fix issue where cert chain is not taken into account in mTLS
authentication (#467)
add bdf6854 Fix some compiler warnings in public headers (#468)
add 1e8e4d2 Use vcpkg to build macOS packages (#465)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci-build-binary-artifacts.yaml | 3 +
.github/workflows/ci-pr-validation.yaml | 42 +----
build-support/merge_archives_vcpkg.sh | 12 +-
examples/CMakeLists.txt | 1 +
include/pulsar/BrokerConsumerStats.h | 2 +-
include/pulsar/Message.h | 2 +-
include/pulsar/c/client_configuration.h | 4 +-
lib/BrokerConsumerStats.cc | 2 +-
lib/Message.cc | 2 +-
lib/c/c_ClientConfiguration.cc | 6 +-
pkg/mac/build-static-library.sh | 219 +++++------------------
pkg/mac/vcpkg-curl-patch.diff | 27 +++
vcpkg-triplets/arm64-osx.cmake | 9 +
vcpkg-triplets/x64-osx.cmake | 9 +
14 files changed, 118 insertions(+), 222 deletions(-)
create mode 100644 pkg/mac/vcpkg-curl-patch.diff
create mode 100644 vcpkg-triplets/arm64-osx.cmake
create mode 100644 vcpkg-triplets/x64-osx.cmake