Skip to content

Commit

Permalink
chore: bump clang-tools-static-binaries to master-67c95218
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Dec 16, 2024
1 parent 3d64995 commit ee8d979
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ clang-format, clang-tidy, clang-query, clang-apply-replacements
.. warning::
All clang-tidy v14+ builds for MacOS are still ~1.7 GB in size.

.. caution::
clang-tidy-19_macosx-amd64 size > 2GB, unable to upload to GitHub releases and get by clang-tools CLI.

------------
Expand Down
2 changes: 1 addition & 1 deletion clang_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
suffix = ".exe" if install_os == "windows" else ""

# tag of https://github.com/cpp-linter/clang-tools-static-binaries/releases
release_tag = "master-57bca0b9"
release_tag = "master-67c95218"
2 changes: 1 addition & 1 deletion tests/clang-format-12_windows-amd64.sha512sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b9212a6ddb5d94f8b86b7bfeaa7fd5c5c0dd10dbdd987e0db8580c7abe084ebc7d0d5d9fb1ebee73370dc8ef53558060527e044db24d7652273fb25f29803af6 *clang-format-12_windows-amd64
e6af28b649411d9bd53b6a2dac85f1b99a20a6667c83cf0b10f78ec67027c89a720b8f7262c4b48315f4fc53b87099a5d0b9ef87adee94173976e5284b5f9adb *clang-format-12_windows-amd64

0 comments on commit ee8d979

Please sign in to comment.