Skip to content

Commit a239399

Browse files
authored
Fix bazel refresh_compile_commands (UBC-Thunderbots#3729)
* Use branch of bazel-compile-commands-extractor with fix * Add comment
1 parent 8e1968d commit a239399

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/MODULE.bazel

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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)
141142
archive_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

148149
bazel_dep(name = "platformio_rules", repo_name = "platformio_rules")

0 commit comments

Comments
 (0)