Skip to content

build: allow the cleanup step to be non-fatal #505

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davvid
Copy link

@davvid davvid commented Jul 10, 2025

3e8962c (Clean up dep-info files from OUT_DIR, 2024-10-22) made the cleanup step a fatal operation when cleanup fails. Some filesystems (e.g. NFS v3) can run into timing issues under load where .nfs* dummy files can still exist for a short window of time after the probe command completes. This window is just large enough for a failure to occur in remove_all().

Add an environment variable that allows users to make the cleanup operation non-fatal.

3e8962c (Clean up dep-info files from OUT_DIR, 2024-10-22)
made the cleanup step a fatal operation when cleanup fails.
Some filesystems (e.g. NFS v3) can run into timing issues
under load where .nfs* dummy files can still exist for a short
window of time after the probe command completes. This window
is just large enough for a failure to occur in remove_all().

Add an environment variable that allows users to make the
cleanup operation non-fatal.
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