Wolf Vollprecht

Results 1457 comments of Wolf Vollprecht

@MathisTLD that sounds like a bug- can you run with -vvv to check why it thinks that it needs to update the environment? Usually, for running things, no internet access...

@baszalmstra can we reduce the limit on the number of open files by some more?

The way the `cuda-version` package is used in conda-forge is mostly through variants + Jinja. The variants are not usually automatically applied to the run dependencies (only to `host` &...

I already added some docs for it the other day (when I added schema checking to rattler-build). https://rattler.build/latest/system_integration/

Yes, indeed, that makes sense. There is a glimpse of documentation here: https://rattler.build/latest/tutorials/python/#a-python-package-with-compiled-extensions But could definitely need more! PRs always highly appreciated.

I think this is relatively accurately explained in the python tutorial. I just added a sentence to make it easier to discover, I hope.

Wow, good catch. How about making `env.get` always be string? I think that makes most sense. Sorry about this!

I am struggling to find a difference with the latest versions of rattler-build between the docker and non-docker execution. Are we sure this was not a "fluke" from using different...

We have looked at this and a potential solution is here: https://github.com/prefix-dev/rattler-build/pull/1612 Let us know if you have any additional thoughts!