Skip to content

0.8.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 07:19
· 2 commits to main since this release
60deec0

Using Bzlmod with Bazel 6 or greater

  1. Enable Bzlmod with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_build_error", version = "0.8.3")

What's Changed

  • fix: take environment variables into account by @yuyawk in #97
  • fix: use_default_shell_env is not needed by @yuyawk in #98
  • introduce inline_src by @yuyawk in #99

Full Changelog: 0.8.2...0.8.3