Skip to content

Commit

Permalink
Add a WORKSPACE.bzlmod file.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
junyer committed Aug 11, 2023
1 parent 714c8fc commit cb000a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright 2009 The RE2 Authors. All Rights Reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

# Bazel (http://bazel.build/) WORKSPACE file for RE2.

workspace(name = "com_googlesource_code_re2")

0 comments on commit cb000a8

Please sign in to comment.