Closed h-vetinari closed 3 years ago
PRs welcome. I don't think we need an option for this. Doing this unconditionally makes sense.
Wait, maybe only if CONDA_BLD_PATH is set to C://bld//
Core of such a PR would IMO be copying SetPageFileSize.ps1
and calling it from run_conda_forge_build_setup_win.bat
appropriately (i.e. if-cond & params) - would you want that in recipe/
or recipe/conda_forge_ci_setup
or elsewhere?
In recipe is fine.
See #156
After often encountering
in https://github.com/conda-forge/numpy-feedstock/pull/237 & many other pull requests (for numpy), I decided to have a quick look at what's behind that.
Stumbling over this discussion (regarding GH Actions), someone noted:
How about adding an option (or step) to the ci-setup that allows setting the page file size? It seems to be possible for GHAs - someone published an action for it (it's MIT licensed so we could even reuse some of that code).