WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2b2caf9

Browse files
committed
Try with protobuf 31.1 instead
1 parent da8887c commit 2b2caf9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,7 +3058,8 @@ function(build_absl)
30583058
# Create a target that depends on ALL Abseil libraries that will be installed.
30593059
# This ensures they're all built before we try to install.
30603060
add_custom_target(absl_built
3061-
DEPENDS absl::base
3061+
DEPENDS absl::bad_any_cast_impl
3062+
absl::base
30623063
absl::city
30633064
absl::civil_time
30643065
absl::cord_internal
@@ -3117,7 +3118,6 @@ function(build_absl)
31173118
absl::poison
31183119
absl::random_distributions
31193120
absl::random_internal_distribution_test_util
3120-
absl::random_internal_entropy_pool
31213121
absl::random_internal_platform
31223122
absl::random_internal_randen_hwaes_impl
31233123
absl::random_internal_randen_hwaes

cpp/thirdparty/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION=v1.7.0
9292
ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM=11330d850f5e24d34c4246bc8cb21fcd311e7565d219195713455a576bb11bed
9393
ARROW_ORC_BUILD_VERSION=2.2.1
9494
ARROW_ORC_BUILD_SHA256_CHECKSUM=52fc762332442e8b05d7182f8c035f9e04d945b9a52be22ab69f28b3f37d4500
95-
ARROW_PROTOBUF_BUILD_VERSION=v33.1
96-
ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM=fda132cb0c86400381c0af1fe98bd0f775cb566cb247cdcc105e344e00acc30e
95+
ARROW_PROTOBUF_BUILD_VERSION=v31.1
96+
ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM=12bfd76d27b9ac3d65c00966901609e020481b9474ef75c7ff4601ac06fa0b82
9797
# Because of https://github.com/Tencent/rapidjson/pull/1323, we require
9898
# a pre-release version of RapidJSON to build with GCC 8 without
9999
# warnings.

0 commit comments

Comments
 (0)