aboutsummaryrefslogtreecommitdiff
path: root/MODULE.bazel.lock
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2024-04-29 18:53:52 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-04-29 23:21:36 +0000
commit2db0eb3f96a5756298dcd7f9319e56a98585bd10 (patch)
tree2fa1c372fe434dc857b639dd2fccd6f9bf5f868c /MODULE.bazel.lock
parent70d05d5a34f6366116e2b0a530ea8d0186bb2a8e (diff)
downloadboringssl-2db0eb3f96a5756298dcd7f9319e56a98585bd10.zip
boringssl-2db0eb3f96a5756298dcd7f9319e56a98585bd10.tar.gz
boringssl-2db0eb3f96a5756298dcd7f9319e56a98585bd10.tar.bz2
Make googletest a full dependency, not a dev_dependency
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. With this change, the following works: cd util/bazel-example bazelisk test @boringssl//:crypto_test Change-Id: Ied2276047de134883d6b61b0789f3c7bfcaad669 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/68127 Commit-Queue: David Benjamin <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com> Auto-Submit: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'MODULE.bazel.lock')
-rw-r--r--MODULE.bazel.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock
index 4d065c0..7ac13bb 100644
--- a/MODULE.bazel.lock
+++ b/MODULE.bazel.lock
@@ -1,6 +1,6 @@
{
"lockFileVersion": 6,
- "moduleFileHash": "a4101ffdbea48850b26e5a4dd65cfa325c0de62c7625c1a240289146ff90ea54",
+ "moduleFileHash": "2cfd97765850664f634f2e744a77eaa1187f29cc1393af2fd497dc36f1a9b09c",
"flags": {
"cmdRegistries": [
"https://bcr.bazel.build/"