bazelbuild / buildtools

A bazel BUILD file formatter and editor
Apache License 2.0
994 stars 410 forks source link

Added s390x arch support #1265

Open Repana-Chowdappa opened 2 months ago

Repana-Chowdappa commented 2 months ago

Currently buildtools repo doesn't a downloadable s390x binary yet for buildifier, buildozer. I tried to build buildtools on s390x and it actually builds fine. Need to include s390x arch binaries in https://github.com/bazelbuild/buildtools/releases/.

Repana-Chowdappa commented 2 months ago

@vladmos @pmbethe09 @larsrc-google - Can you please check and approve this PR.

Repana-Chowdappa commented 2 months ago

@vladmos @pmbethe09 @larsrc-google - This is blocking rules_rust and kong CI completion for s390x arch to add s390x support. Buildifier is dependency for rust_rules and kong. Please help us in reviewing this PR.