conda-forge/conda-forge.github.io

Assign more disk space to the azure runner

xiki-tempula opened this issue · 2 comments

Conda-forge documentation

  • I could not solve my problem using the conda-forge documentation.

Installed packages

N/A

Environment info

N/A

Issue

I'm trying to build a MPI+cuda package conda-forge/ambertools-feedstock#144, however, the build failed due to No space left on device, I wonder how to assign more disk space to the azure runner? Thanks.

Would look at conda-forge.yml's azure key. Something like this is what you would need (with a re-render):

azure:
  free_disk_space: true

It works. Thanks.