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

ci: explicitly install latest clang for nightly test #2503

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

lidavidm
Copy link
Member

@lidavidm lidavidm commented Feb 4, 2025

It appears LLVM's deb repo is slightly borked and has set the clang package to alias unreleased LLVM instead of latest stable. Explicitly install the latest version by checking the API.

Fixes #2497.

It appears LLVM's deb repo is slightly borked and has set the
clang package to alias unreleased LLVM instead of latest stable.
Explicitly install the latest version by checking the API.

Fixes apache#2497.

Co-authored-by: Sutou Kouhei <kou@clear-code.com>
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.

+1

LLVM 19 was used explicitly:

https://github.com/apache/arrow-adbc/actions/runs/13129530054/job/36631907854?pr=2503#step:3:342

#6 6.923 Get:4 https://apt.llvm.org/bookworm llvm-toolchain-bookworm-19 InRelease [6839 B]

@lidavidm lidavidm marked this pull request as ready for review February 4, 2025 06:55
@lidavidm lidavidm requested a review from zeroshade as a code owner February 4, 2025 06:55
@github-actions github-actions bot added this to the ADBC Libraries 17 milestone Feb 4, 2025
@lidavidm lidavidm merged commit c6ba937 into apache:main Feb 4, 2025
69 of 70 checks passed
@lidavidm lidavidm deleted the gh-2497 branch February 4, 2025 07:05
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.

ci: update clang version in nightly tests
2 participants