Skip to content

Commit

Permalink
pw_ide: Update compile commands tool version
Browse files Browse the repository at this point in the history
Change-Id: Iae685c3cdc416c1202a4598d79f9183feb9e85f3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/222575
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Taylor Cramer <[email protected]>
Commit-Queue: Chad Norvell <[email protected]>
  • Loading branch information
chadnorvell authored and CQ Bot Account committed Jul 17, 2024
1 parent 288cab8 commit 1e6e5c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pw_ide/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def pw_ide_deps():
name = "hedron_compile_commands",
# TODO: https://pwbug.dev/349880767 - Point this back to the upstream
# repo once this PR is merged.
url = "https://github.com/chadnorvell/bazel-compile-commands-extractor/archive/be255bec27246753e98c7ea3ebd77ea37a66e6e2.tar.gz",
strip_prefix = "bazel-compile-commands-extractor-be255bec27246753e98c7ea3ebd77ea37a66e6e2",
sha256 = "342441bd3be41433f81bc9c26011317ade06b8acf31b68ba3cebe1e54bf6314c",
url = "https://github.com/chadnorvell/bazel-compile-commands-extractor/archive/163521345aa6366fd1ed801b989b668b5c806f69.tar.gz",
strip_prefix = "bazel-compile-commands-extractor-163521345aa6366fd1ed801b989b668b5c806f69",
sha256 = "b701c8f37d343ef5fd7938868b5e1de7eaad35a275c45d235bfe924a0d43ef7f",
)

0 comments on commit 1e6e5c5

Please sign in to comment.