File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION=v1.7.0
9292ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM=11330d850f5e24d34c4246bc8cb21fcd311e7565d219195713455a576bb11bed
9393ARROW_ORC_BUILD_VERSION=2.2.1
9494ARROW_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.
You can’t perform that action at this time.
0 commit comments