cloudspannerecosystem / wrench

wrench - Schema management tool for Cloud Spanner -
MIT License
239 stars 47 forks source link

Remove bazel dependency #68

Closed kazegusuri closed 1 year ago

kazegusuri commented 1 year ago

WHAT

Remove the dependencies to bazel for build and test.

WHY

We haven't maintained bazel. It is broken and not used in CI now. Instead we just use go commands directly for build and test.

We need to find another way to build docker image without bazel.