Skip to content

Commit 02d9945

Browse files
Bump cpp-linter/clang-tools-static-binaries to master-03a926cf (#89)
* chore: bump clang-tools-static-binaries to master-03a926cf * fix test failure * update README.rst --------- Co-authored-by: shenxianpeng <[email protected]> Co-authored-by: shenxianpeng <[email protected]>
1 parent 680920d commit 02d9945

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
needs: [build]
7676
strategy:
7777
matrix:
78-
version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17 ]
78+
version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18 ]
7979
os: [ ubuntu-latest, macos-latest, windows-latest ]
8080
fail-fast: false
8181
runs-on: ${{ matrix.os }}

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ Supported versions
130130
clang-format, clang-tidy, clang-query, clang-apply-replacements
131131
***************************************************************
132132
.. csv-table::
133-
:header: "Version", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"
133+
:header: "Version", "18", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"
134134
:stub-columns: 1
135135

136-
Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
137-
Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
138-
macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
136+
Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
137+
Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
138+
macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
139139

140140
.. warning::
141141
All clang-tidy v14+ builds for MacOS are still ~1.7 GB in size.

clang_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
suffix = ".exe" if install_os == "windows" else ""
99

1010
# tag of https://github.com/cpp-linter/clang-tools-static-binaries/releases
11-
release_tag = "master-a2d1eff4"
11+
release_tag = "master-03a926cf"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8c03bcc6f4166cd05039a6217f0c0834ed2a321e0a2a64a16b87923e94ee33a980c09b1e78e1aba5e9ea045ac843d8d51b32fcfe44fc5d98d840efb16b359bb6 *clang-format-12_windows-amd64
1+
2fc26bf55b5e6d4346d53232c0c248a4fb9561ad9b5875237d95dbed1427ce2ea7651ed6f9bba0c7270ee3b4f99c04b036a6e40403452796aaa518434a75d626 *clang-format-12_windows-amd64

0 commit comments

Comments
 (0)