[arrow] add GCS feature (#27990)

This commit is contained in:
Thysinner 2022-11-29 08:13:26 +08:00 committed by GitHub
parent c9c5bc2a68
commit 4e368f6390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 1 deletions

View File

@ -21,6 +21,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
dataset ARROW_DATASET
filesystem ARROW_FILESYSTEM
flight ARROW_FLIGHT
gcs ARROW_GCS
jemalloc ARROW_JEMALLOC
json ARROW_JSON
mimalloc ARROW_MIMALLOC

View File

@ -1,6 +1,7 @@
{
"name": "arrow",
"version": "10.0.1",
"port-version": 1,
"description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org",
"license": "Apache-2.0",
@ -64,6 +65,18 @@
"protobuf"
]
},
"gcs": {
"description": "GCS support",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"storage"
]
}
]
},
"jemalloc": {
"description": "jemalloc allocator",
"supports": "!windows"

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "91895876dde6f03ad68b3711923d55f841588536",
"version": "10.0.1",
"port-version": 1
},
{
"git-tree": "42a4cdb1defb73cc86758beb77949124e2cbbf6c",
"version": "10.0.1",

View File

@ -190,7 +190,7 @@
},
"arrow": {
"baseline": "10.0.1",
"port-version": 0
"port-version": 1
},
"ashes": {
"baseline": "2022-06-08",