Skip to content

Commit

Permalink
Add bzlmod (#7)
Browse files Browse the repository at this point in the history
* Add bzlmod

* Add newline
  • Loading branch information
anakinxc authored Jul 5, 2024
1 parent 4e39b7c commit 60197bc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.1.2
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
bazel-*

MODULE.bazel.lock
14 changes: 14 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################

module(
name = 'simplest-ot',
version = '0.0.1',
compatibility_level = 1,
)

bazel_dep(name = 'rules_cc', version = '0.0.9')
Empty file removed WORKSPACE
Empty file.
4 changes: 0 additions & 4 deletions reformat-all.sh

This file was deleted.

0 comments on commit 60197bc

Please sign in to comment.