Skip to content

Commit

Permalink
Update bzlmod dependencies
Browse files Browse the repository at this point in the history
Change-Id: I073ca90b6f675bf0461ab1a953a5de6808d66968
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/71047
Commit-Queue: Adam Langley <agl@google.com>
Auto-Submit: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
  • Loading branch information
davidben authored and Boringssl LUCI CQ committed Sep 10, 2024
1 parent 604868d commit 6abe184
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 468 deletions.
8 changes: 6 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ module(
compatibility_level = 2,
)

# Periodically update the following dependencies to their latest versions
# listed on https://registry.bazel.build/. When doing so, run
# `bazelisk test ...` to update the hashes in MODULE.bazel.lock.

# In principle, googletest is only needed for tests and could be a
# dev_dependency. But it would then be impossible for downstream modules to run
# BoringSSL's tests. The downstream module provides the toolchain, so we may
# need to request they run tests when triaging issues. If
# https://github.com/bazelbuild/bazel/issues/22187 is ever fixed, we can change
# this.
bazel_dep(name = "googletest", version = "1.14.0.bcr.1")
bazel_dep(name = "googletest", version = "1.15.2")

bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.9")
Loading

0 comments on commit 6abe184

Please sign in to comment.