My package failed due to insufficient disk space:
[10236s] dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
[10236s] /.build/build-recipe: line 296: echo: write error: No space left on device
[10236s] /.build/build: line 518: echo: write error: No space left on device
When building it locally, it was using ~107GB on /tmp, so I’ve added 110GB constraint to my project config:
Constraint: hardware:disk:size unit=G 110
…but now it fails due to lack of “compliant workers”:
package build was not possible:
no compliant workers
Please adapt your constraints.
Is there anyway to get an access to workers with slightly more disk space? (the build was failing at the very last stage, when all compilation, linking and stripping was completed and actual debs were being packaged, so I’m probably just like 1-2 GB short).
Thanks!