-
Notifications
You must be signed in to change notification settings - Fork 40.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
Fix pkg_rpm rules for bazel 0.13+ #63315
Conversation
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.
/lgtm
/hold
can/should the bazel version requirement be encoded somewhere? |
@sigma it is, in kubernetes/build/root/WORKSPACE Line 42 in d39ff8e
I intend to bump that as soon as we're using bazel 0.13 on prow. |
alternately we can wait to merge this PR until prow is using a newer bazel. @BenTheElder have we updated the canary job yet? |
Nope, that slipped. Doing that now. |
/test pull-kubernetes-bazel-build-canary |
the bazel build tests aren't likely to be very relevant here, since we no longer build these RPMs in CI. |
Right. This PR isn't any worse than 46662 for testing 0.13 though.
…On Tue, May 1, 2018, 4:08 PM Jeff Grafton ***@***.***> wrote:
the bazel build tests aren't likely to be very relevant here, since we no
longer build these RPMs in CI.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#63315 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA4Bq7_1-IYCuvz3uywI1bfvRXtfEmk6ks5tuOrsgaJpZM4TtHMG>
.
|
/test pull-kubernetes-bazel-build-canary |
1 similar comment
/test pull-kubernetes-bazel-build-canary |
/retest |
/hold cancel |
/lgtm |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, dims, ixdy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it: next step in addressing #63108; we can use the substitutions supported by bazel 0.13+ to get the
pkg_rpm
rules to work properly again.I've also added a filegroup to allow building all of the RPMs easily with
bazel build //build/rpms
. Note that since these are manual,bazel build //...
will still skip building them.Release note:
/assign @BenTheElder
cc @sigma