You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When the disk space runs full, builds will randomly fail. The error logs might not give a clear indication that low disk space is the cause of this failure. When using vcpkg to build dependencies on CI (e.g. GitHub Actions), the low disk space won't be apparent and might lead to people trying to debug the portfile unnecessarily.
Proposed solution
I would be helpful if vcpkg checked if the disk space is below a certain threshold (e.g. 10MB) and print a warning like "Disk space is low and might be the cause of this failure. Consider using the --clean-after-install flag."
This discussion was converted from issue #15477 on May 12, 2021 08:58.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
When the disk space runs full, builds will randomly fail. The error logs might not give a clear indication that low disk space is the cause of this failure. When using vcpkg to build dependencies on CI (e.g. GitHub Actions), the low disk space won't be apparent and might lead to people trying to debug the portfile unnecessarily.
Proposed solution
I would be helpful if vcpkg checked if the disk space is below a certain threshold (e.g. 10MB) and print a warning like "Disk space is low and might be the cause of this failure. Consider using the
--clean-after-install
flag."Beta Was this translation helpful? Give feedback.
All reactions