Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump clang-tools from 0.15.2 to 0.15.3 in the pip group #325

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

Merged
shenxianpeng merged 4 commits into main from dependabot/uv/pip-48b8989880
Sep 2, 2025

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the pip group with 1 update: clang-tools.

Updates clang-tools from 0.15.2 to 0.15.3

Release notes

Sourced from clang-tools's releases.

v0.15.3

🚀 New features and improvements

👻 Maintenance

📦 Dependency updates

Full Changelog: cpp-linter/clang-tools-pip@v0.15.2...v0.15.3

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip group with 1 update: [clang-tools](https://github.com/cpp-linter/clang-tools-pip).
Updates `clang-tools` from 0.15.2 to 0.15.3
- [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases)
- [Commits](cpp-linter/clang-tools-pip@v0.15.2...v0.15.3)
---
updated-dependencies:
- dependency-name: clang-tools
 dependency-version: 0.15.3
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch A patch version bump python:uv Pull requests that update python:uv code labels Sep 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 2, 2025 09:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2025
@dependabot dependabot bot requested review from 2bndy5 and removed request for a team September 2, 2025 09:17
@dependabot dependabot bot added patch A patch version bump python:uv Pull requests that update python:uv code labels Sep 2, 2025
Copy link
Contributor

github-actions bot commented Sep 2, 2025
edited
Loading

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format (v12.0.0) reports: 2 file(s) not formatted
  • docs/examples/demo/demo.hpp
  • docs/examples/demo/demo.cpp
clang-tidy (v12.0.0) reports: 7 concern(s)

Have any feedback or feature suggestions? Share it here.

Copy link
Collaborator

2bndy5 commented Sep 2, 2025

It looks like clang v21 is not available via homebrew:

╭───────────┬──────────────────────────────────────────────────────────────────╮
│ stdout │ ==> Searching for similarly named formulae and casks... │
│ │ ==> Formulae │
│ │ llvm@12 │
│ │ llvm │
│ │ llvm@20 │
│ │ llvm@19 │
│ │ llvm@18 │
│ │ llvm@17 │
│ │ llvm@16 │
│ │ llvm@15 │
│ │ llvm@14 │
│ │ llvm@13 │
│ │ │
│ │ To install llvm@12, run: │
│ │ brew install llvm@12 │
│ │ │
│ stderr │ ::warning::No available formula with the name "llvm@21". Did you │
│ │ mean llvm@12, llvm, llvm@20, llvm@19, llvm@18, llvm@17, │
│ │ llvm@16, llvm@15, llvm@14 or llvm@13? │
│ │ │
│ exit_code │ 1 │
╰───────────┴──────────────────────────────────────────────────────────────────╯

Then clang-tools-pip downloaded the static binary. Then the static binary seg faulted:

subprocess.CalledProcessError: Command '['/Users/runner/work/cpp-linter-action/cpp-linter-action/.venv/bin/clang-format-21', '--version']' died with <Signals.SIGABRT: 6>.

shenxianpeng reacted with laugh emoji

Copy link
Collaborator

2bndy5 commented Sep 2, 2025
edited
Loading

Looking at the homebrew LLVM formulae page, the latest should provide the v21. Maybe we just need to update the homebrew package index on the runner first?

brew update
brew install llvm@21

Copy link
Collaborator

2bndy5 commented Sep 2, 2025

Maybe we just need to update the homebrew package index on the runner first?

This solution should not be needed once actions/runner-images updates the homebrew package index cached on the macos-* runner. I guess it is a good idea to keep it if we run into this problem again.

shenxianpeng reacted with thumbs up emoji

@shenxianpeng shenxianpeng merged commit b20a30f into main Sep 2, 2025
122 of 123 checks passed
@shenxianpeng shenxianpeng deleted the dependabot/uv/pip-48b8989880 branch September 2, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@shenxianpeng shenxianpeng shenxianpeng approved these changes

@2bndy5 2bndy5 2bndy5 approved these changes

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file patch A patch version bump python:uv Pull requests that update python:uv code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /