conda-forge / conda-forge-ci-setup-feedstock

A conda-smithy repository for conda-forge-ci-setup.
BSD 3-Clause "New" or "Revised" License
13 stars 52 forks source link

allow specifying pagefile size #160

Closed h-vetinari closed 2 years ago

h-vetinari commented 3 years ago

So, the good news is, #158 finally worked (e.g. there are no more errors on the numpy feedstock).

However, while testing https://github.com/conda-forge/scipy-feedstock/pull/172, I ran into a pagefile error despite having set it successfully.

I'd like to modify the guard to allow each feedstock to set that variable as they require (rather than defaulting to 8GB).

Legal values are integers (in bytes) and stuff like "1GB"/"2GB"/"3GB", etc.

CC @isuruf

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

h-vetinari commented 2 years ago

There seems to be no need for this anymore, closing