bazel-contrib / rules-template

A template for creating a new Bazel ruleset
Apache License 2.0
78 stars 20 forks source link

chore: remove WORKSPACE #66

Closed alexeagle closed 1 year ago

alexeagle commented 1 year ago

Now that stardoc is available, we can fully switch to bzlmod. Note, the e2e/ folder is still tested with bzlmod and WORKSPACE, so we know users aren't forced to switch yet.

alexeagle commented 1 year ago

I have to make some design decisions about the GitHub Actions reusable workflow we're using here. Currently it hard-codes that every workspace is tested with bzlmod both on and off, but now our root one doesn't work with it off.