bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
214 stars 167 forks source link

turn off doc building in CI #797

Closed aiuto closed 6 months ago

aiuto commented 7 months ago

stardoc is borked if you have builds that are both WORKSPACE and bzlmod And at bazel 7.0.0 if we have a local_repository in MODULE.bazel that seems to break the build with a wonky errorr. I reverted to WORKSPACE.bzlmod in examples/naming to correct for that.