Skip to content

Commit 47c4b1d

Browse files
Bump cpp-linter/clang-tools-static-binaries to master-11dfa474 (#118)
* chore: bump clang-tools-static-binaries to master-2200605c * Update test sha512sum files * test clang v20 * update paths from test workflow * Update python-test.yml * Update python-test.yml * Update __init__.py * Update python-test.yml * update test sha512sum file --------- Co-authored-by: shenxianpeng <[email protected]> Co-authored-by: shenxianpeng <[email protected]>
1 parent fb3c0e8 commit 47c4b1d

5 files changed

+8
-10
lines changed

.github/workflows/python-test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
pull_request:
1010
branches: [ "main" ]
1111
paths:
12-
- "**.py"
12+
- "clang_tools/*"
13+
- "tests/*"
1314
- "**requirements*.txt"
1415
- pyproject.toml
1516
- .pre-commit-config.yaml
@@ -76,11 +77,8 @@ jobs:
7677
needs: [build]
7778
strategy:
7879
matrix:
79-
version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19 ]
80-
os: [ ubuntu-latest, macos-latest, windows-latest ]
81-
exclude:
82-
- version: 19
83-
os: macos-latest # FIXME: https://github.com/cpp-linter/clang-tools-static-binaries/issues/40
80+
version: [ 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19, 20 ]
81+
os: [ ubuntu-latest, macos-13, windows-latest ]
8482
fail-fast: false
8583
runs-on: ${{ matrix.os }}
8684
steps:

clang_tools/__init__.py

Lines changed: 1 addition & 1 deletion
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-4eaa4a54"
11+
release_tag = "master-11dfa474"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d916477bdedd48245b6eedeb8680fcb0665a0145c7b078ddc4ba3f1fbc16eb6b081dc89f41242f228b723a472eb734836d1914178abdd94293a25a9e62eefc11 clang-format-12_linux-amd64
1+
79afa99481f071bee2be3e72d2b1641b60427cc202360e44cf4e5dc6f977c4e4223e5a29430a15c9c80720dd6f75801f4811d2848ee52fe014fc232a99a589af clang-format-12_linux-amd64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2bf05024600216eef6da1884e35fc7a0b8a559dcff59d960c255034253727e2b24bc2b4310d6adb340b0afaea18fdf9a25fa303597b094316da95a07e5956c17 clang-format-12_macosx-amd64
1+
ced6413367e7930395c38cc97b82b201b833f424d3293ab2d188c2f4318a318b464b0dbb3e0427bf09ed3af05ee3308301826f8258ecdba8193c7e600fee146e clang-format-12_macosx-amd64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e6af28b649411d9bd53b6a2dac85f1b99a20a6667c83cf0b10f78ec67027c89a720b8f7262c4b48315f4fc53b87099a5d0b9ef87adee94173976e5284b5f9adb *clang-format-12_windows-amd64
1+
682988cd469c37bd2e41b418fd67185be34d40a5586722f7482969cd5d961e089e99d75251e0a775266cb470d78f5569cde4eaa0041b57ab3338874ec07be290 *clang-format-12_windows-amd64

0 commit comments

Comments
 (0)