GH-49371 [C++]: Work around bit_width not being available on MacOS's partially compatible C++20 build#49405
Open
jonkeane wants to merge 3 commits intoapache:mainfrom
Open
GH-49371 [C++]: Work around bit_width not being available on MacOS's partially compatible C++20 build#49405jonkeane wants to merge 3 commits intoapache:mainfrom
jonkeane wants to merge 3 commits intoapache:mainfrom
Conversation
Member
Author
|
@github-actions crossbow submit test-r-macos-as-cran |
|
Revision: 632cb49 Submitted crossbow builds: ursacomputing/crossbow @ actions-3e29779128
|
Member
Author
|
@github-actions crossbow submit test-r-macos-as-cran |
|
Revision: 5b6a759 Submitted crossbow builds: ursacomputing/crossbow @ actions-971ec12679
|
Member
Author
|
@github-actions crossbow submit test-r-macos-as-cran |
|
Revision: 5ea627b Submitted crossbow builds: ursacomputing/crossbow @ actions-c0a2135a7a
|
Member
Author
|
The CI failures look like they are #49347 which is also on main. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #49371
Rationale for this change
Stop main from failing
What changes are included in this PR?
Thanks Kou for the suggestion at #49391 (comment)
Are these changes tested?
Yes
Are there any user-facing changes?
No
bit_widthnot being available on MacOS's partially compatible C++20 build #49371