@@ -13,37 +13,4 @@ bazel_dep(name = "googletest", version = "1.17.0.bcr.2")
1313bazel_dep (name = "spdlog" , version = "1.17.0" )
1414bazel_dep (name = "google_benchmark" , version = "1.9.5" )
1515
16- # Development environment tooling
17- http_archive = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
18-
19- http_file = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_file" )
20-
21- BUILDIFIER_VERSION = "0.29.0"
22-
23- http_file (
24- name = "buildifier_linux" ,
25- executable = True ,
26- sha256 = "4c985c883eafdde9c0e8cf3c8595b8bfdf32e77571c369bf8ddae83b042028d6" ,
27- urls = ["https://github.com/bazelbuild/buildtools/releases/download/{version}/buildifier" .format (version = BUILDIFIER_VERSION )],
28- )
29-
30- http_file (
31- name = "buildifier_macos" ,
32- executable = True ,
33- sha256 = "9b108decaa9a624fbac65285e529994088c5d15fecc1a30866afc03a48619245" ,
34- urls = ["https://github.com/bazelbuild/buildtools/releases/download/{version}/buildifier.mac" .format (version = BUILDIFIER_VERSION )],
35- )
36-
37- http_file (
38- name = "buildifier_windows" ,
39- executable = True ,
40- sha256 = "dc5d6ed5e3e0dbe9955f7606939c627af5a2be7f9bdd8814e77a22109164394f" ,
41- urls = ["https://github.com/bazelbuild/buildtools/releases/download/{version}/buildifier.exe" .format (version = BUILDIFIER_VERSION )],
42- )
43-
44- http_archive (
45- name = "bazel_compilation_database" ,
46- sha256 = "bb1b812396e2ee36a50a13b03ae6833173ce643e8a4bd50731067d0b4e5c6e86" ,
47- strip_prefix = "bazel-compilation-database-0.3.5" ,
48- url = "https://github.com/grailbio/bazel-compilation-database/archive/0.3.5.tar.gz" ,
49- )
16+ bazel_dep (name = "buildifier_prebuilt" , version = "8.2.1" , dev_dependency = True )
0 commit comments