There was a hope that the new IWYU v0.19 gets rid of the entire contrib/devtools/iwyu/bitcoin.core.imp
. Alas…
Based on #26763.
See https://github.com/include-what-you-use/include-what-you-use/pull/1026
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process. A summary of reviews will appear here.
Reviewers, this pull request conflicts with the following ones:
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.
I don’t think we want to hop to non-LTS releases in the CI unless it’s really required: #26296 (comment).
Agree. That’s why this PR is a draft for now.
77@@ -78,10 +78,10 @@ task:
78 << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
79
80 task:
81- name: 'tidy [jammy]'
82+ name: 'tidy [kinetic]'
83 << : *GLOBAL_TASK_TEMPLATE
84 container:
85- image: ubuntu:jammy
86+ image: ubuntu:kinetic
🐙 This pull request conflicts with the target branch and needs rebase.