Fix threshold notifier build tags#50938
Conversation
This was preventing cross builds from darwin
|
cc @derekwaynecarr @ncdc @kubernetes/sig-node-pr-reviews |
|
/retest |
1 similar comment
|
/retest |
|
Unassigning TLAs that were mistakenly assigned by this bug. Hopefully this should pick up the sig-node reviewers. |
|
/test pull-kubernetes-bazel-build |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cblecker, vishh Associated issue: 49300 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/retest Review the full test history for this PR. |
|
Automatic merge from submit-queue (batch tested with PRs 51666, 49829, 51058, 51004, 50938) |
What this PR does / why we need it:
Cross building from darwin is currently broken on the following error:
It looks like #49300 broke the build tags introduced in #38630 and #37384. This fixes the build tag on
threshold_notifier_unsupported.goas the cgo requirement was removed fromthreshold_notifier_linux.go.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #50935Special notes for your reviewer:
Release note: