Skip to content

Commit cb000a8

Browse files
committed
Add a WORKSPACE.bzlmod file.
https://bazel.build/external/migration#workspace.bzlmod describes what it does. https://bazel.build/external/migration#builtin-default-deps is what's particularly interesting: we want to be assured that builds will continue to work without Bazel adding "prefixes and suffixes". Credit to Yun Peng for suggesting this. Change-Id: I138676909a594eab1872647c4398f953e0a6eda3 Reviewed-on: https://code-review.googlesource.com/c/re2/+/61671 Reviewed-by: Alex Chernyakhovsky <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
1 parent 714c8fc commit cb000a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

WORKSPACE.bzlmod

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright 2009 The RE2 Authors. All Rights Reserved.
2+
# Use of this source code is governed by a BSD-style
3+
# license that can be found in the LICENSE file.
4+
5+
# Bazel (http://bazel.build/) WORKSPACE file for RE2.
6+
7+
workspace(name = "com_googlesource_code_re2")

0 commit comments

Comments
 (0)