-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
And mnemonic and label to remote metadata #13109
Conversation
Thanks for the PR! For reasons, we cannot merge a PR containing both third_party and non-third_party changes. Can you please split this into two PRs? (One for updating REAPI and another one for adding additional metadata) |
I split off #13133 for just the proto change, now that it's merged upstream :) Thanks! |
4e5dcaf
to
0e05f38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#13133 is merged. Please rebase and I will merge this.
0e05f38
to
6204027
Compare
Rebased :) Thanks! |
This is a partial application of a pending pull request against Bazel HEAD: bazelbuild#13109 Unfortunately, the PR does not apply to Bazel 3.7 at all due to extensive changes in how metadata is propagated through the remote execution stack. Change-Id: I99e98f32fd460df03fb57838e2a7327646a22940
This is a partial application of a pending pull request against Bazel HEAD: bazelbuild#13109 Unfortunately, the PR does not apply to Bazel 3.7 at all due to extensive changes in how metadata is propagated through the remote execution stack. Change-Id: I99e98f32fd460df03fb57838e2a7327646a22940
Waiting for bazelbuild/remote-apis#186 to be imported. Once that's done, this should be merged automatically. |
@coeuvre It seems like the linked change was already merged: Is there something left to do? |
Yes. We use internal version of REAPI internally. The linked change need to be imported to the internal REAPI first so we can import this change. (b/182107620) |
6204027
to
1cd80cf
Compare
1cd80cf
to
642a906
Compare
(Friendly ping :-) ) |
This reflects bazelbuild/remote-apis#186 Closes #13109. PiperOrigin-RevId: 368763391
This reflects bazelbuild/remote-apis#186