From 2db0eb3f96a5756298dcd7f9319e56a98585bd10 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Mon, 29 Apr 2024 18:53:52 -0400 Subject: 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 Commit-Queue: Adam Langley Auto-Submit: David Benjamin Reviewed-by: Adam Langley --- MODULE.bazel.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MODULE.bazel.lock') 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/" -- cgit v1.1