-
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
[WIP] Add a gcc 15 CI job #44970
[WIP] Add a gcc 15 CI job #44970
Conversation
@github-acations crossbow submit test-ubuntu-24.04-cpp-gcc-15 |
@github-actions crossbow submit test-ubuntu-24.04-cpp-gcc-15 |
Revision: b3d1413 Submitted crossbow builds: ursacomputing/crossbow @ actions-a3d143f3a6
|
@github-actions crossbow submit test-ubuntu-24.04-cpp-gcc-15 |
Revision: bd4d541 Submitted crossbow builds: ursacomputing/crossbow @ actions-5fde65e116
|
@github-actions crossbow submit test-ubuntu-24.04-cpp-gcc-15 |
Revision: a3d5e63 Submitted crossbow builds: ursacomputing/crossbow @ actions-0f7b7b1b7b
|
@github-actions crossbow submit test-ubuntu-24.04-cpp-gcc-15 |
Revision: d7ee6f7 Submitted crossbow builds: ursacomputing/crossbow @ actions-f3468f1f37
|
params: | ||
env: | ||
CLANG_TOOLS: 15 | ||
GCC_VERSION: snapshot |
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.
Hmm, I'm not sure what this is supposed to mean, but FTR we would only like to test against a released gcc version.
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.
I'm trying to get a CI job up that tests what CRAN is testing at https://www.stats.ox.ac.uk/pub/bdr/gcc15/arrow.out Which, is indeed the unreleased GCC. I haven't (yet) gotten an email asking us to fix this, but we have in the past been asked to fix things that error on even unreleased compilers. (Yes, I know this sounds absurd, nevertheless it's the way CRAN works).
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.
We won't need to even run it nightly (CRAN does that for us to an extent), but having something that lets us check and confirm if our fix worked would be lovely.
@github-actions crossbow submit test-ubuntu-24.04-cpp-gcc-15 |
Revision: 8f235bd Submitted crossbow builds: ursacomputing/crossbow @ actions-0f249c30ab
|
@github-actions crossbow submit test-ubuntu-24.04-cpp-gcc-15 |
Revision: 7fa1d13 Submitted crossbow builds: ursacomputing/crossbow @ actions-172fc52ab3
|
@github-actions crossbow submit test-ubuntu-24.04-cpp-gcc-15 |
Revision: 3bd2d90 Submitted crossbow builds: ursacomputing/crossbow @ actions-6449e677aa
|
I'm giving up on this for now, hopefully CRAN won't ask us to fix this before 15 is released |
I'll make an issue if this works, but checking to see if I can replicate an error I see on CRAN.