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

dev: fix staging behavior from non-default configurations #123241

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

rickystewart
Copy link
Collaborator

We added support for building in non-default configurations/compilation modes in a previous PR, but this was buggy and we were never actually using the configuration arguments in bazel info, so staging was always happening from the fastbuild location. This PR fixes that buggy behavior, so staging will happen from the appropriate source location.

Epic: CRDB-17171
Release note: None

@rickystewart rickystewart requested a review from rail April 29, 2024 19:13
@rickystewart rickystewart requested a review from a team as a code owner April 29, 2024 19:13
Copy link

blathers-crl bot commented Apr 29, 2024

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rickystewart rickystewart added the backport-24.1.x Flags PRs that need to be backported to 24.1. label Apr 29, 2024
We added support for building in non-default configurations/compilation
modes in a previous PR, but this was buggy and we were never actually
using the configuration arguments in `bazel info`, so staging was always
happening from the `fastbuild` location. This PR fixes that buggy
behavior, so staging will happen from the appropriate source location.

Epic: CRDB-17171
Release note: None
@rickystewart
Copy link
Collaborator Author

bors r=rail

@craig craig bot merged commit 4e178de into cockroachdb:master Apr 29, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-24.1.x Flags PRs that need to be backported to 24.1.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants