@@ -34,29 +34,33 @@ git_override(
3434
3535# clang-tidy
3636http_file = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_file" )
37+
3738http_file (
3839 name = "clang_tidy_macos_arm64" ,
39- url = "https://github.com/cloudflare/workerd-tools/releases/download/clang-tidy-21.1.4/llvm-21.1.4-darwin-arm64-clang-tidy" ,
4040 executable = True ,
41- integrity = "sha256-vzU7J99wf6a/DMsLJ7/q5f3JckU0i3kbNAtck3vO5oA="
41+ integrity = "sha256-vzU7J99wf6a/DMsLJ7/q5f3JckU0i3kbNAtck3vO5oA=" ,
42+ url = "https://github.com/cloudflare/workerd-tools/releases/download/clang-tidy-21.1.4/llvm-21.1.4-darwin-arm64-clang-tidy" ,
4243)
44+
4345http_file (
4446 name = "clang_tidy_linux_amd64" ,
45- url = "https://github.com/cloudflare/workerd-tools/releases/download/clang-tidy-21.1.4/llvm-21.1.4-linux-amd64-clang-tidy" ,
4647 executable = True ,
47- integrity = "sha256-6B+qIjJhCXJpRPp9nSQxnchEzuHH7UL5mWNrcGU/3z8="
48+ integrity = "sha256-6B+qIjJhCXJpRPp9nSQxnchEzuHH7UL5mWNrcGU/3z8=" ,
49+ url = "https://github.com/cloudflare/workerd-tools/releases/download/clang-tidy-21.1.4/llvm-21.1.4-linux-amd64-clang-tidy" ,
4850)
51+
4952http_file (
5053 name = "clang_tidy_linux_arm64" ,
51- url = "https://github.com/cloudflare/workerd-tools/releases/download/clang-tidy-21.1.4/llvm-21.1.4-linux-arm64-clang-tidy" ,
5254 executable = True ,
53- integrity = "sha256-o4grMwBpnxMv+291b4ZbNHvmgtzUhjJL6KlGENuq/5E="
55+ integrity = "sha256-o4grMwBpnxMv+291b4ZbNHvmgtzUhjJL6KlGENuq/5E=" ,
56+ url = "https://github.com/cloudflare/workerd-tools/releases/download/clang-tidy-21.1.4/llvm-21.1.4-linux-arm64-clang-tidy" ,
5457)
58+
5559http_file (
5660 name = "clang_tidy_windows_amd64" ,
57- url = "https://github.com/cloudflare/workerd-tools/releases/download/clang-tidy-21.1.4/llvm-21.1.4-windows-amd64-clang-tidy.exe" ,
5861 executable = True ,
59- integrity = "sha256-9KJLz6bHbwpj5yAkjJzUQV0oL+ZrFsI2Wo5Rpjg69vc="
62+ integrity = "sha256-9KJLz6bHbwpj5yAkjJzUQV0oL+ZrFsI2Wo5Rpjg69vc=" ,
63+ url = "https://github.com/cloudflare/workerd-tools/releases/download/clang-tidy-21.1.4/llvm-21.1.4-windows-amd64-clang-tidy.exe" ,
6064)
6165
6266# BoringSSL may subtly break backwards compatibility and behave differently than the latest FIPS
0 commit comments