Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: build and publish cockroach-sql #79245

Merged
merged 1 commit into from
Apr 8, 2022
Merged

Conversation

rail
Copy link
Member

@rail rail commented Apr 1, 2022

This patch adds cockroach-sql as a separate artifact published to S3.
The binary is not stripped (TBD).

Fixes #75800

Release note: None

This patch adds `cockroach-sql` as a separate artifact published to S3.
The binary is not stripped (TBD).

Fixes cockroachdb#75800

Release note: None
@rail rail added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-ci Continuous Integration T-release Release Engineering & Automation Team labels Apr 1, 2022
@rail rail requested a review from a team as a code owner April 1, 2022 17:36
@rail rail self-assigned this Apr 1, 2022
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rail
Copy link
Member Author

rail commented Apr 1, 2022

TBH, I'm not 100% happy with the implementation. I tried a few different approaches, but all of them require a lot of refactoring. I'd rather refactor the code as a separate task.

Stripping is not enabled, because it feels like it should be done in Bazel. I'm not sure if we can strip individual files yet.

@rail rail requested a review from rickystewart April 1, 2022 17:39
Copy link
Collaborator

@rickystewart rickystewart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. This binary could probably use another refactor as we add more functionality over time.

@rail
Copy link
Member Author

rail commented Apr 8, 2022

bors r=rickystewart

@craig
Copy link
Contributor

craig bot commented Apr 8, 2022

Build succeeded:

@craig craig bot merged commit fb54ea7 into cockroachdb:master Apr 8, 2022
@rail
Copy link
Member Author

rail commented Apr 8, 2022

blathers backport release-22.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Continuous Integration C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-release Release Engineering & Automation Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci: build and publish cockroach-sql alongside the other release artifacts
3 participants