Skip to content

Commit

Permalink
chore: remove MODULE.bazel file from aspect init (#1239)
Browse files Browse the repository at this point in the history
It's a bit early for this. `--enable_bzlmod` is not on by default in
Bazel 6 and bzlmod still has many bugs such as
bazelbuild/bazel#17289. We could add it back
in a follow-up as an opt-in via a `aspect init --bzlmod` flag or via
part of the wizard. We could also stamp out bzlmod and WORKSPACE
boilerplate for rule sets as opt-ins via flags or wizards similar to how
other tools create wizards work.

GitOrigin-RevId: 2b7157d08d4acf2f7b72ac227c776257b9ae9137
  • Loading branch information
gregmagolan committed Jan 20, 2023
1 parent c2d212f commit 526cd68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion pkg/aspect/init/template/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ go_library(
".bazelrc_",
".bazelversion_",
"BUILD.bazel_",
"MODULE.bazel_",
"WORKSPACE.bazel_",
],
importpath = "aspect.build/cli/pkg/aspect/init/template",
Expand Down
8 changes: 0 additions & 8 deletions pkg/aspect/init/template/MODULE.bazel_

This file was deleted.

0 comments on commit 526cd68

Please sign in to comment.