ci: build and publish cockroach-sql
alongside the other release artifacts
#75800
Labels
A-build-system
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-release
Release Engineering & Automation Team
We'd like to ship the small(er)
cockroach-sql
binary to our end-users.For this it needs to be downloadable from our release buckets.
For this it needs to be built in CI.
So the request here is to update the rules in CI to build and publish the
cockroach-sql
binary (bazel build //pkg/cmd/cockroach-sql
andstrip cockroach-sql
) alongside the othercockroach
binary, for all the target platforms that we publish artifacts for.Also it would be useful to run
strip
on the resulting binary, to reduce its size further. (but run strip just on cockroach-sql, not cockroach)Jira issue: CRDB-12841
The text was updated successfully, but these errors were encountered: