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

make: fix running fix target after verify #17937

Merged
merged 1 commit into from
May 5, 2024

Conversation

ivanvc
Copy link
Member

@ivanvc ivanvc commented May 4, 2024

Define a Python virtual environment to install yamllint, if not installed locally, in a temporary directory and delete it after the run of the verify-yamllint command. This avoids the issue of building the build of materials that doesn't follow symlinks in the virtual environment directory.

Fixes #17936.
Related to:

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

Define a Python virtual environment to install yamllint, if not
installed locally, in a temporary directory and delete it after the run
of the verify-yamllint command. This avoids the issue of building the
build of materials that doesn't follow symlinks in the virtual
environment directory.

Signed-off-by: Ivan Valdes <[email protected]>
@ivanvc
Copy link
Member Author

ivanvc commented May 4, 2024

/retest

@ivanvc
Copy link
Member Author

ivanvc commented May 4, 2024

/cc @jmhbnz

@k8s-ci-robot k8s-ci-robot requested a review from jmhbnz May 4, 2024 19:37
Copy link
Member

@jmhbnz jmhbnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Thanks @ivanvc

@ahrtr ahrtr merged commit a8c6a9c into etcd-io:main May 5, 2024
43 checks passed
@ivanvc ivanvc deleted the fix-running-make-fix branch May 5, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Running make fix after make verify fails
3 participants