File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,12 +137,13 @@ use_repo(
137137 "boost" ,
138138)
139139
140- bazel_dep (name = "hedron_compile_commands" , version = "1.0.5" , dev_dependency = True )
140+ # Temporary workaround while https://github.com/hedronvision/bazel-compile-commands-extractor/pull/219 is not merged
141+ bazel_dep (name = "hedron_compile_commands" , dev_dependency = True )
141142archive_override (
142143 module_name = "hedron_compile_commands" ,
143- sha256 = "658122cfb1f25be76ea212b00f5eb047d8e2adc8bcf923b918461f2b1e37cdf2 " ,
144- strip_prefix = "bazel-compile-commands-extractor-4f28899228fb3ad0126897876f147ca15026151e " ,
145- url = "https://github.com/hedronvision /bazel-compile-commands-extractor/archive/4f28899228fb3ad0126897876f147ca15026151e .tar.gz" ,
144+ sha256 = "ba3feefdf57b6d4c749e3c4abfa86f3673e7db364cb13acfc3496dce6ea801a3 " ,
145+ strip_prefix = "bazel-compile-commands-extractor-f5fbd4cee671d8d908f37c83abaf70fba5928fc7 " ,
146+ url = "https://github.com/mikael-s-persson /bazel-compile-commands-extractor/archive/f5fbd4cee671d8d908f37c83abaf70fba5928fc7 .tar.gz" ,
146147)
147148
148149bazel_dep (name = "platformio_rules" , repo_name = "platformio_rules" )
You can’t perform that action at this time.
0 commit comments