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

Checkout only directories needed by linter #492

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

bbhtt
Copy link
Contributor

@bbhtt bbhtt commented Oct 5, 2024

We have to ignore the "directories not existing in the refs"-type errors now as we don't know if they do but if the don't, the repo check aborts with Glib exception, so True is passed to extract_subpath.

This should be fine as we don't depend on directories itself for checks but specific files existing or not existing inside those directories.

We have to ignore the "directories not existing in the refs"-type errors
now as we don't know if they do but if the don't, the repo check
aborts with Glib exception, so `True` is passed to extract_subpath.

This should be fine as we don't depend on directories itself for checks
but specific files existing or not existing inside those directories.
@bbhtt
Copy link
Contributor Author

bbhtt commented Oct 5, 2024

This is done because checking out files/share causes space to run out on the repo server for some apps.

@bbhtt bbhtt merged commit 892f964 into master Oct 5, 2024
1 check passed
@bbhtt bbhtt deleted the bbhtt/checkout-finegrained branch October 5, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant