aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2024-01-25 10:27:14 -0800
committerCopybara-Service <copybara-worker@google.com>2024-01-25 10:27:52 -0800
commit6a5938233b6519ba99ddb7c7314d45d3fa877969 (patch)
tree73f4f4f05d3ea91a9bbd7678a5bc6bd0dca532d5 /.gitignore
parent563ebf1769af08d448765c31064260e1a16fcced (diff)
downloadgoogletest-6a5938233b6519ba99ddb7c7314d45d3fa877969.zip
googletest-6a5938233b6519ba99ddb7c7314d45d3fa877969.tar.gz
googletest-6a5938233b6519ba99ddb7c7314d45d3fa877969.tar.bz2
Add support for Bzlmod for the next release
https://bazel.build/external/overview#bzlmod Bzlmod will be the default in a future Bazel release. By default it requires projects to be registered with the Bazel Central Registry (https://registry.bazel.build/) and thus uses regular releases by default. Users that want to "live-at-head" can still do this through with overrides (https://bazel.build/external/module#overrides). This change updates GoogleTest dependencies to use released versions. CI uses Bzlmod except in the case of linux_gcc-floor, which will keep testing the old WORKSPACE-based dependency system. PiperOrigin-RevId: 601489729 Change-Id: I6be52034eba0d0e5fe12110e5e82879305cf73ff
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fede02f..f0df39d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ bazel-genfiles
bazel-googletest
bazel-out
bazel-testlogs
+MODULE.bazel.lock
# python
*.pyc