Skip to content

Releases: chickenandpork/bazel-watcher

v0.25.3.1: Detect bzlmod Workspace Files

16 Jan 19:52
Compare
Choose a tag to compare

This release is just a convenience release to make a build tool available in the interim until bazel-watcher is back on recurring builds and can be maintained.

The entire delta form the official release v0.25.3 is in PR 697 to that repo. Go there. This is just to make the tool available in that form:

  • bazel build //cmd/ibazel --config release && cp bazel-bin/cmd/ibazel/ibazel_/ibazel ibazel_darwin_${GOARCH}`
  • ibazel_darwin_amd64: built on a darwin/amd64 box
  • ibazel_darwin_arm64: built on a darwin/arm64 box

Ultimately, the goal of course is to cross-compile in the current GitHub action

Full Changelog: v0.25.3...v0.25.3.1