-
Notifications
You must be signed in to change notification settings - Fork 691
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
Update providers.bzl #2077
Update providers.bzl #2077
Conversation
From Bazel 5 onwards, the keywords "stamp, stamp, stamp, stamp_inputs, and tag" became obsolete. Removing them.
removing obsolete keywords
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.
tests passed on Uber's internal repo
@linzhp , |
From Bazel 5 onwards, the keywords "stamp, stamp, stamp, stamp_inputs, and tag" became obsolete. Removing them.
@uajith , can you elaborate what you mean by obsolete? I would like to pull the This broke when trying to upgrade to 0.25.0. |
This reverts commit 0768e1b. In the original patch bazelbuild#2077, `tag` and `stamp_input` fields of PushInfo were removed with the assumption that they become obsolete since bazel 5.0. However, bazel itself doesn't control our customized `PushInfo` provider. We have some downstream rules that are relying on these field and would like to keep using them in latest version of rules_docker.
From Bazel 5 onwards, the keywords "stamp, stamp, stamp, stamp_inputs, and tag" became obsolete. Removing them.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information