"No space left on device" for ppc64le arch

Hello,

I got the error “No space left on device” for all my builds with ppc64le architecture (Debian 10, Debian testing and Fedora 29). Is it happening to anyone else ? Should I simply restart the build or should I wait for something ?

Thanks.

Tomo.

Try adding a file called _constraints
With content as such. Increase disk size as desired.


<constraints>
  <hardware>
    <disk>
      <size unit="G">8</size>
    </disk>
    <memory>
      <size unit="G">8</size>
    </memory>
  </hardware>
</constraints> 

Thanks, it worked fine.