Skip to content
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

test(c): don't use sketchy cast to test backwards compatibility #2425

Merged
merged 4 commits into from
Jan 9, 2025

Conversation

lidavidm
Copy link
Member

@lidavidm lidavidm commented Jan 9, 2025

  • Backport nanoarrow patch to satisfy newer Clang
  • Add test using GCC 15
  • Update tests using sketchy casts to satisfy these compilers
  • Refactor the clang/gcc Docker jobs

Fixes #2424.

- Backport nanoarrow patch to satisfy newer Clang
- Add test using GCC 15
- Update tests using sketchy casts to satisfy these compilers
- Refactor the clang/gcc Docker jobs

Fixes apache#2424.
@lidavidm lidavidm marked this pull request as ready for review January 9, 2025 01:24
@lidavidm lidavidm requested review from kou and zeroshade as code owners January 9, 2025 01:24
cpp-gcc-latest:
build:
context: .
dockerfile: ci/docker/cpp-gcc-latest.dockerfile
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add this file?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...doh

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, sorry

Copy link
Member

@paleolimbot paleolimbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lidavidm lidavidm merged commit 63bb903 into apache:main Jan 9, 2025
71 of 72 checks passed
@lidavidm lidavidm deleted the gh-2424 branch January 9, 2025 06:14
davidhcoe pushed a commit to davidhcoe/arrow-adbc that referenced this pull request Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

c: error: allocation of insufficient size with GCC 14
3 participants