bazelbuild / rules_testing

Starlark testing framework and utility libraries
https://rules-testing.readthedocs.io/
Apache License 2.0
22 stars 5 forks source link

chore: Disable Bzlmod explicitly for workspace setup #73

Closed meteorcloudy closed 1 year ago

meteorcloudy commented 1 year ago

The upcoming Bazel version defaults to having bzlmod enabled, which means workspace builds will need to explicitly disable it to continue to be workspace-based.

https://github.com/bazelbuild/bazel/issues/18958