Skip to content

Commit

Permalink
[Thinkit] Add more ALPM miss counter tests.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 587044830
  • Loading branch information
kishanps authored and VSuryaprasad-HCL committed Jan 11, 2025
1 parent c4691eb commit 0344947
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 132 deletions.
8 changes: 8 additions & 0 deletions pins_infra_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ def pins_infra_deps():
"https://github.com/google/boringssl/archive/b8a2bffc598f230484ff48a247526a9820facfc2.tar.gz",
],
)
if not native.existing_rule("com_github_nelhage_rules_boost"):
# This version includes the fix for boost failures due to the xz library issue.
http_archive(
name = "com_github_nelhage_rules_boost",
url = "https://github.com/nelhage/rules_boost/archive/5160325dbdc8c9e499f9d9917d913f35f1785d52.zip",
strip_prefix = "rules_boost-5160325dbdc8c9e499f9d9917d913f35f1785d52",
sha256 = "feb4b1294684c79df7c1e08f1aec5da0da52021e33db59c88edbe86b4d1a017a",
)
if not native.existing_rule("com_github_grpc_grpc"):
http_archive(
name = "com_github_grpc_grpc",
Expand Down
Loading

0 comments on commit 0344947

Please sign in to comment.