-
Notifications
You must be signed in to change notification settings - Fork 111
FreeBSD runners have low disk space #1123
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
Comments
You can change your disk size: freebsd_instance:
image_family: freebsd-13-1
disk: 100 This way you won't be restricted by the default disk size that the images have. 👌 |
Can you explain what the value does? GB? Percent of something? There seems to be no documentation for this. I set it to 100 and 150 and still get out of disk space errors: https://cirrus-ci.com/task/4730447451127808?logs=main#L6006
|
My bad. Indeed Thankfully compute_engine_instance:
image_project: freebsd-org-cloud-dev
image: family/freebsd-13-1
platform: freebsd
disk_size: 100 # Gb |
That did not work either: https://cirrus-ci.com/build/6635511201136640 100GB should be enough for this job to succeed. |
Since this is not fixed, please re-open the ticket. |
My bad. The option is compute_engine_instance:
image_project: freebsd-org-cloud-dev
image: family/freebsd-13-1
platform: freebsd
disk: 100 # Gb
freebsd13_task:
disk_script: df -h |
I'm currently using Cirrus CI for ghcup, which is the main Haskell installer and HLS, which is the Haskell LSP Server. I build them on FreeBSD on Cirrus CI.
I frequently have issues with running out of space, although I already try hard to remove intermediate artifacts.
Latest example: https://cirrus-ci.com/task/6355502150451200
The text was updated successfully, but these errors were encountered: