Skip to content

Commit

Permalink
[CI][C++] Curate ci/vcpkg/vcpkg.json
Browse files Browse the repository at this point in the history
Some Boost dependencies are superfluous.
  • Loading branch information
pitrou committed Dec 19, 2024
1 parent 9e08c57 commit f0cd54e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ci/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
"homepage": "https://arrow.apache.org",
"supports": "x64 | (arm64 & !windows)",
"dependencies": [
"boost-filesystem",
{
"name": "boost-multiprecision",
"platform": "windows"
},
{
"name": "boost-system",
"platform": "windows"
},
"brotli",
"bzip2",
"curl",
Expand Down Expand Up @@ -42,6 +37,8 @@
"description": "Development dependencies",
"dependencies": [
"benchmark",
"boost-crc",
"boost-filesystem",
"boost-process",
"gtest"
]
Expand Down

0 comments on commit f0cd54e

Please sign in to comment.