Commit fe3ce9d
authored
Change com_google_googletest to a non-dev dependency (#1090)
I had to patch the MODULE.bazel file as part of publishing to BCR (bazelbuild/bazel-central-registry#667), as some targets failed to build when googletest was marked as a dev dependency.
I think it would be possible to get around this by limiting which parts of this repo are built by the BCR presubmit checks. Making googletest a normal dependency seems like the better option, as it will allow the presubmit checks to be more thorough.1 parent 14f5d8e commit fe3ce9d
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
0 commit comments