forked from Point72/csp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update vcpkg baseline. forced vcpkg triplet for linux to x64-linux ( was defaulting to the community x64-linux-dynamic for some reason, which fails when building boost on the latest baseline
- Loading branch information
Showing
3 changed files
with
45 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vcpkg
updated
3304 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,32 @@ | ||
{ | ||
"name": "main", | ||
"version-string": "latest", | ||
"dependencies": [ | ||
"abseil", | ||
"arrow", | ||
"brotli", | ||
"exprtk", | ||
"gtest", | ||
{ | ||
"name": "librdkafka", | ||
"features": ["ssl"] | ||
}, | ||
"lz4", | ||
"openssl", | ||
"parquet", | ||
"protobuf", | ||
"rapidjson", | ||
"thrift", | ||
"utf8proc", | ||
"websocketpp" | ||
], | ||
"overrides": [ | ||
{ "name": "arrow", "version": "15.0.0"} | ||
], | ||
"builtin-baseline": "288e8bebf4ca67c1f8ebd49366b03650cfd9eb7d" | ||
} | ||
"name": "main", | ||
"version-string": "latest", | ||
"dependencies": [ | ||
"abseil", | ||
"arrow", | ||
"brotli", | ||
"exprtk", | ||
"gtest", | ||
{ | ||
"name": "librdkafka", | ||
"features": [ | ||
"ssl" | ||
] | ||
}, | ||
"lz4", | ||
"openssl", | ||
"parquet", | ||
"protobuf", | ||
"rapidjson", | ||
"thrift", | ||
"utf8proc", | ||
"websocketpp" | ||
], | ||
"overrides": [ | ||
{ | ||
"name": "arrow", | ||
"version": "15.0.0" | ||
} | ||
], | ||
"builtin-baseline": "04b0cf2b3fd1752d3c3db969cbc10ba0a4613cee" | ||
} |