Skip to content

Commit

Permalink
HPCC-32379: Bump vcpkg version to 2024.11.16
Browse files Browse the repository at this point in the history
Fix OSX 14 (Arm) builds
Fix libmysql (Ubuntu 24.04, CentOS 8, Rocky 8)
Fix libcouchbase (Windows 2022)

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Dec 11, 2024
1 parent 803672b commit ed12648
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
with:
os: macos-14
build-type: 'Release'
cmake-configuration-ex: '-DUSE_CPPUNIT=OFF -DCLIENTTOOLS_ONLY=ON -DINCLUDE_PLUGINS=OFF -DUSE_AZURE=OFF -DUSE_CASSANDRA=OFF -DUSE_PARQUET=OFF -DSUPPRESS_CASSANDRAEMBED=ON -DUSE_JAVA=OFF -DUSE_OPENLDAP=OFF'
cmake-configuration-ex: '-DUSE_CPPUNIT=OFF -DCLIENTTOOLS_ONLY=ON -DINCLUDE_PLUGINS=OFF -DUSE_AZURE=OFF -DUSE_CASSANDRA=OFF -DUSE_PARQUET=OFF -DSUPPRESS_CASSANDRAEMBED=ON -DUSE_JAVA=OFF -DUSE_OPENLDAP=OFF -DCMAKE_OSX_ARCHITECTURES=arm64'
secrets: inherit

build-gh_runner-macos-13:
Expand Down
1 change: 1 addition & 0 deletions plugins/couchbase/couchbaseembed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define COUCHBASEEMBED_PLUGIN_API DECL_IMPORT
#endif

#include <cassert>
//Using cpp wrapper from https://github.com/couchbaselabs/libcouchbase-cxx
#include <libcouchbase/couchbase++.h>
#include <libcouchbase/couchbase++/views.h>
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 4312 files
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625"
"baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
},
"registries": [],
"overlay-ports": [
Expand Down

0 comments on commit ed12648

Please sign in to comment.