Wolf Vollprecht
Wolf Vollprecht
Super early super draft PR for menuinst support.
``` ╰─$ pixi global install emacs ✔ validate cache 33 packages in 1s 499ms ✔ download & extract 34 packages (63.94 MiB) in 5s 227ms installing packages [00:00:05] [━━━━━━━━━━━━━━━━━━━━] 67/67...
I converted the following recipe to `rattler-build`, but the `pytest` files aren't available when running the tests. ```yaml context: name: rattler-build-conda-compat version: 1.2.2 package: name: ${{ name|lower }} version: ${{...
I think the cache is not rendered / computed correctly with render-only. We'll have to double check and improve that situation.
That is a relatively recent thing in conda-build.
@h-vetinari this is the initial fix for the problem. However, it will exhibit some problems: A python variant would overwrite the PYTHON env var on Windows (because env vars are...
Small oversight in #894 where we don't inject the proper Jinja context when rendering these sections.
This would fix #1055 but needs more work because it doesn't compile right now. Idea is to store the "source" glob alongside the evaluated glob for better serialization. Also later...
This adds the ability to override detected virtual packages with ones defined on the CLI for the host environment during build (and for the run environment during test). This should...
I am wondering if the variant (ie. version requirement) should be applied to the run dependencies as well – since run dependencies are not taken into account for computing the...