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

tools, Makefile: Don't use vendor for tools #380

Merged
merged 2 commits into from
Dec 7, 2022

Conversation

RamLavi
Copy link
Member

@RamLavi RamLavi commented Nov 30, 2022

What this PR does / why we need it:
This PR removes the make tools target that installs the binaries locally on the go folder. This method pollutes the vendor folder, and so we move to use go run with the new API supported on go 1.17 release notes

Special notes for your reviewer:

Release note:

NONE

@RamLavi
Copy link
Member Author

RamLavi commented Dec 1, 2022

/test pull-kubemacpool-e2e-k8s

The vendor directory should concern only the product, tools cannot
pollute it.

Signed-off-by: Ram Lavi <ralavi@redhat.com>
Due to running kustomize in a new version, the manifests change in
generation order, but not in value.
Since these files are generated, commiting change.

Signed-off-by: Ram Lavi <ralavi@redhat.com>
@qinqon
Copy link
Member

qinqon commented Dec 7, 2022

/lgtm
/approve

@kubevirt-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qinqon

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubevirt-bot kubevirt-bot merged commit b93cd5e into k8snetworkplumbingwg:main Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants