Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@rtkjbeverly rtkjbeverly released this 18 Feb 16:13
· 20 commits to main since this release
f1b7afd
build(vendor): Vendor the dependencies of tool (#35)

Vendor the depedencies of bmx, using `bazel gazelle` to manage them in the build process.

This vendors the golang dependencies into the repository, using bazel to manage them in the build process and `go mod` for the dependency upgrade process. The documentation has been updated to reflect this change.

As a consequence of this, the build times for CI has increased but still remains within the expected 5 minute limit.