Bas Zalmstra
Bas Zalmstra
@wolfv This also no longer copies the other permission bits (e.g. read/write). Im not sure if that would cause issues. I assume that either these are already copied because the...
Running this locally on my WSL Ubuntu 22.04 (which doesn't support reflinking) the performance impact is small (~1%). Which is expected. I would be mostly interested to see if this...
Build `rattler-bin` twice, once on `main` and once using this PR then run: ``` hyperfine -w 1 \ -p "rm -rf .prefix" "./rattler-main create jupyterlab -c https://prefix.dev/conda-forge" \ -p "rm...
It is still unclear to me what this solves? can you maybe explain the exact error this solves? You only link to an issue listing and the recipe you reference...
Did you get a chance to try @Hofer-Julian ? Otherwise maybe @70Gage70 could try?
Im wondering if we could reuse clap to do some of this processing? 🤔
Superseded by #5017
This is also missing documentation and integration tests. I also think we should align the syntax with environment.yaml v2.
@ruben-arts Let me know if this looks good in your eyes!
Yeah, I was thinking that we should just also always output to a log directory. That way you can always find them back. Note that if the build fails the...