Skip to content

Commit

Permalink
LLVM linters set correct arch for linux arm64 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io authored Jul 26, 2023
1 parent cc3ab00 commit 225cac0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linters/clang-format/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ lint:
version: <14.0.0
- os:
linux: linux
cpu:
arm_64: aarch64
x86_64: x86_64
url: https://trunk.io/releases/clang-format-${version}-${os}-${cpu}.tar.gz
- os:
macos: macos
cpu:
x86_64: x86_64
Expand Down
5 changes: 5 additions & 0 deletions linters/clang-tidy/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ lint:
version: <14.0.0
- os:
linux: linux
cpu:
arm_64: aarch64
x86_64: x86_64
url: https://trunk.io/releases/clang-tidy-${version}-${os}-${cpu}.tar.gz
- os:
macos: macos
cpu:
x86_64: x86_64
Expand Down
5 changes: 5 additions & 0 deletions linters/iwyu/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ lint:
downloads:
- os:
linux: linux
cpu:
arm_64: aarch64
x86_64: x86_64
url: https://trunk.io/releases/include-what-you-use-${version}-${os}-${cpu}.tar.gz
- os:
macos: macos
cpu:
x86_64: x86_64
Expand Down

0 comments on commit 225cac0

Please sign in to comment.