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

AUI.Boot disk space (housekeeping) #280

Open
Alex2772 opened this issue Apr 26, 2024 · 1 comment
Open

AUI.Boot disk space (housekeeping) #280

Alex2772 opened this issue Apr 26, 2024 · 1 comment

Comments

@Alex2772
Copy link
Collaborator

We have a build machine with persisting AUI.Boot cache (~/.aui) which repeatedly runs out of disk space because of AUI's cache. Because we often update our dependencies' versions, the older ones are still kept, leading to the disk problem.

AUI.Boot should have at least an option to somehow figure out the problem.

We can add rm -rf ~/.aui to cron but it would break the running builds.

@Alex2772
Copy link
Collaborator Author

  1. Copy the binaries that are required to the current build directory while file repo lock is active.
  2. Cleanup only while repo lock is active.

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

No branches or pull requests

1 participant