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

Fix --host_features with multiple transitions #17625

Conversation

keith
Copy link
Member

@keith keith commented Feb 28, 2023

@ShreeM01 ShreeM01 added team-Rules-CPP Issues for C++ rules awaiting-review PR is awaiting review from an assigned reviewer labels Feb 28, 2023
@brentleyjones
Copy link
Contributor

@bazel-io flag

@bazel-io bazel-io added the potential release blocker Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone label Feb 28, 2023
@keertk keertk requested a review from oquenchil March 1, 2023 15:25
@bazel-io bazel-io removed the potential release blocker Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone label Mar 1, 2023
@keertk
Copy link
Member

keertk commented Mar 1, 2023

Hi @keith @brentleyjones we're actually planning to do the final release for 6.1 tomorrow so won't be able to include this fix.
cc @Wyverald

@brentleyjones
Copy link
Contributor

brentleyjones commented Mar 1, 2023

Hmm, can it be included in that cut? --host_features was added in 6.1, so it would be bad for it to be broken like this.

@keertk keertk added potential release blocker Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone and removed potential release blocker Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone labels Mar 1, 2023
@keertk
Copy link
Member

keertk commented Mar 1, 2023

Ok, we'll create a new release candidate today/tomorrow and include this one.

@keertk keertk added awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally and removed awaiting-review PR is awaiting review from an assigned reviewer labels Mar 1, 2023
@keith
Copy link
Member Author

keith commented Mar 1, 2023

As far as I'm concerned this can make a future 6.x release instead of delaying this one. Especially since it's off by default and this bug is an edge case

@brentleyjones
Copy link
Contributor

brentleyjones commented Mar 1, 2023

We've had a release with changes that weren't in an RC first. That's all I'm recommending for this very small change. I don't think it needs another RC.

@ShreeM01 ShreeM01 removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label Mar 1, 2023
@copybara-service copybara-service bot closed this in 01c7d7d Mar 1, 2023
keertk added a commit that referenced this pull request Mar 1, 2023
* Fix --host_features with multiple transitions

Fixes #13839 (comment)

Closes #17625.

PiperOrigin-RevId: 513249316
Change-Id: Ied4ab6958febaf320ae9e0f906c8071db0077e43

* Update exec to host

---------

Co-authored-by: Keith Smiley <keithbsmiley@gmail.com>
Co-authored-by: keertk <110264242+keertk@users.noreply.github.com>
fweikert pushed a commit to fweikert/bazel that referenced this pull request May 25, 2023
Fixes bazelbuild#13839 (comment)

Closes bazelbuild#17625.

PiperOrigin-RevId: 513249316
Change-Id: Ied4ab6958febaf320ae9e0f906c8071db0077e43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Rules-CPP Issues for C++ rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate --features and --host_features
6 participants