Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Test: check if pre-compiling speeds up linting #25

Merged
merged 1 commit into from
Jun 30, 2020

Conversation

cpuguy83
Copy link
Collaborator

Linting seems to time out in #23 seemingly due to updating the deps, hopefully this prevents the timeout.

When the linter runs it first needs to compile the packages, this can
cause timeouts on the linter.
We could bump the timeout on the linter, but instead we can just
precompile the packages so the linter doesn't have to, which takes
compilation out of the equation for the linter timeout.
@cpuguy83
Copy link
Collaborator Author

Verified this by testing with #23, and it's all good. Merging.

@cpuguy83 cpuguy83 merged commit a61ef5b into virtual-kubelet:master Jun 30, 2020
@cpuguy83 cpuguy83 deleted the prefetch_modules branch June 30, 2020 20:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant