-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-14229: [C++] Bump versions of bundled dependencies #11494
Conversation
@github-actions crossbow submit test-ubuntu-20.04-cpp-17 |
Revision: e86a008 Submitted crossbow builds: ursacomputing/crossbow @ actions-1024
|
@github-actions crossbow submit -g nightly |
Revision: e86a008 Submitted crossbow builds: ursacomputing/crossbow @ actions-1025 |
cpp/thirdparty/versions.txt
Outdated
ARROW_GOOGLE_CLOUD_CPP_BUILD_VERSION=v1.31.1 | ||
ARROW_GOOGLE_CLOUD_CPP_BUILD_SHA256_CHECKSUM=dc7cbf95b506a84b48cf71e0462985d262183edeaabdacaaee2109852394a609 | ||
ARROW_GRPC_BUILD_VERSION=v1.35.0 | ||
ARROW_GRPC_BUILD_SHA256_CHECKSUM=27dd2fc5c9809ddcde8eb6fa1fa278a3486566dfc28335fca13eb8df8bd3b958 | ||
ARROW_GTEST_BUILD_VERSION=1.10.0 | ||
ARROW_GTEST_BUILD_SHA256_CHECKSUM=9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb | ||
ARROW_GTEST_BUILD_VERSION=1.11.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping the gtest version would actually break certain builds to it requires additional changes, see #11477
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Will revert that.
address review apache#11477
@github-actions crossbow submit -g nightly |
Revision: ea5bdae Submitted crossbow builds: ursacomputing/crossbow @ actions-1027 |
Please hold off merging this PR until the 6.0 release gets done. |
@github-actions crossbow submit -g nightly |
Revision: dd0b00c Submitted crossbow builds: ursacomputing/crossbow @ actions-1131 |
@github-actions crossbow submit test-ubuntu-20.04-cpp-17 |
Revision: 0477e9d Submitted crossbow builds: ursacomputing/crossbow @ actions-1159
|
@github-actions crossbow submit -g nightly |
@kszucs Can we start looking at this again? |
Revision: 0477e9d Submitted crossbow builds: ursacomputing/crossbow @ actions-1164 |
@github-actions crossbow submit -g nightly |
Revision: 3888e9a Submitted crossbow builds: ursacomputing/crossbow @ actions-1208 |
@bkmgit Do you want to rebase and fix conflicts here? |
@github-actions crossbow submit -g nightly |
Revision: 9f56805 Submitted crossbow builds: ursacomputing/crossbow @ actions-1300 |
@pitrou Most failing builds also fail in #11950 Can open separate issues for these. Offline maximal build will require upload of artifacts. The current pull request only does minor updates that do not need code changes. Further updates may be best done as subtasks, one for each component with associated code changes. |
Indeed, it seems all test failures above are unrelated, so I think we can merge. |
I think there are existing issues for at least some of these failing builds, btw, so no need to create new ones. |
Yes, this is a good idea. Do you want to start doing them? |
Benchmark runs are scheduled for baseline = 9676924 and contender = 4d7f9e7. 4d7f9e7 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
I updated our third-party dependencies mirror at https://github.com/ursa-labs/thirdparty/releases/tag/latest to include the three files |
@ianmcook Thanks. |
Could only start on this next week. Currently finishing https://issues.apache.org/jira/browse/ARROW-9843 |
Minor non-breaking updates Closes apache#11494 from bkmgit/bkmgit-update-dependencies Lead-authored-by: Benson Muite <bkmgit@users.noreply.github.com> Co-authored-by: bkmgit <benson_muite@emailplus.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
Minor non-breaking updates