Skip to content

Commit

Permalink
Restore WORKSPACE.bazel file for Bazel 6 support
Browse files Browse the repository at this point in the history
In order to accommodate users with Bazel version 6, we must retain the
WORKSPACE.bazel file, even though it's no longer required to be
present in Bazel 7.

Note that the Bazel Central Registry (BCR) CI workflow tests with both
Bazel version 6 and 7 per the "bazel" matrix entries in the
.bcr/presubmit.yml file.
  • Loading branch information
seh committed Aug 15, 2024
1 parent df1d5ff commit ab64968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
workspace(name = "com_github_seh_rules_cue")

0 comments on commit ab64968

Please sign in to comment.