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: Use clang-18 #29765

Merged
merged 2 commits into from Apr 1, 2024
Merged

ci: Use clang-18 #29765

merged 2 commits into from Apr 1, 2024

Conversation

maflcko
Copy link
Member

@maflcko maflcko commented Mar 29, 2024

Use clang-18, which comes with bugfixes and sanitizer upgrades.

@DrahtBot
Copy link
Contributor

DrahtBot commented Mar 29, 2024

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Code Coverage

For detailed information about the code coverage, see the test coverage report.

Reviews

See the guideline for information on the review process.

Type Reviewers
ACK fanquake

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

Conflicts

Reviewers, this pull request conflicts with the following ones:

  • #29165 (build: Bump clang minimum supported version to 15 by maflcko)
  • #28710 (Remove the legacy wallet and BDB dependency by achow101)
  • #28687 (C++20 std::views::reverse by stickies-v)
  • #25972 (build: no-longer disable WARN_CXXFLAGS when CXXFLAGS is set by fanquake)

If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

@DrahtBot DrahtBot changed the title ci: Use clang-18 ci: Use clang-18 Mar 29, 2024
@DrahtBot DrahtBot added the Tests label Mar 29, 2024
@fanquake
Copy link
Member

I don't think Mac cross should change until depends and guix does?

@maflcko
Copy link
Member Author

maflcko commented Mar 29, 2024

Oh I forgot that the pre-built binary has the distro assumed:

$(package)_file_name=clang+llvm-$($(package)_version)-x86_64-linux-gnu-ubuntu-22.04.tar.xz

Maybe a comment can be added that the two must match.

@fanquake
Copy link
Member

fanquake commented Apr 1, 2024

has the distro assumed:
Maybe a comment can be added that the two must match.

They don't necessarily have to, i.e, the "Ubuntu" bins will build macOS binaries on Fedora, or Alpine, for example. Or are you only talking about the version?

Copy link
Member

@fanquake fanquake left a comment

Choose a reason for hiding this comment

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

ACK fa75220

@fanquake fanquake merged commit c7247bd into bitcoin:master Apr 1, 2024
16 checks passed
@maflcko maflcko deleted the 2403-clang-18- branch April 1, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants