Skip to content

Commit

Permalink
[VL] Fix gcs build issue when vcpkg build is enabled (#6343)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE authored Jul 5, 2024
1 parent 5f577b4 commit b94afa6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/ci-velox-buildstatic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd $GITHUB_WORKSPACE/
source ./dev/vcpkg/env.sh
sed -i '/^headers/d' ep/build-velox/build/velox_ep/CMakeLists.txt
export NUM_THREADS=4
./dev/builddeps-veloxbe.sh --build_tests=OFF --build_benchmarks=OFF --enable_s3=ON --enable_gcs=OFF --enable_hdfs=ON --enable_abfs=ON
./dev/builddeps-veloxbe.sh --build_tests=OFF --build_benchmarks=OFF --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON --enable_abfs=ON
9 changes: 8 additions & 1 deletion dev/vcpkg/vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "8ccb84df727bdf83045e53c319af05c554838b80",
"packages": [ "boost*", "boost-*"]
},
{
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "f82160a747b1b529daad7ce2f75a0d6c6a0d285d",
"packages": [ "google-cloud-cpp"]
}

]
}
}
3 changes: 2 additions & 1 deletion dev/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"name": "google-cloud-cpp",
"features": [
"storage"
]
],
"version>=": "2.22.0"
}
]
},
Expand Down

0 comments on commit b94afa6

Please sign in to comment.