diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d8e5d8..4665e9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,13 +15,13 @@ jobs: matrix: include: - osversion: ubuntu-18.04 - arch: "X64" + arch: "x64" force_system_binary: 0 - osversion: ubuntu-20.04 - arch: "X64" + arch: "x64" force_system_binary: 0 - osversion: ubuntu-22.04 - arch: "X64" + arch: "x64" force_system_binary: 0 - osversion: ubuntu-20.04 arch: "arm64" @@ -103,8 +103,8 @@ jobs: fail-fast: false matrix: include: - - arch: "X64" - - arch: "ARM64" + - arch: "x64" + - arch: "arm64" env: VCPKG_DEP_LIST: ${{ matrix.arch }}-osx VCPKG_FEATURE_FLAGS: -binarycaching diff --git a/vcpkg.json b/vcpkg.json index f490930..b134378 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -10,7 +10,6 @@ "zeromq", "cppzmq", "grpc", - "cpprestsdk", "libevent", "fmt", "paho-mqttpp3", @@ -19,10 +18,12 @@ "libsodium", "eigen3", "gtest", + "benchmark", "antlr4", "spdlog", "folly", "jemalloc-nes", + "simdjson", { "name": "cppkafka", "platform": "!osx" @@ -52,6 +53,12 @@ }, { "name": "spdlog", "version": "1.11.0" + }, + { + "name": "folly", "version-string": "2022.10.31.00" + }, + { + "name": "simdjson", "version": "3.0.0" } ] }