boa
boa copied to clipboard
Mambabuild failing during packaging on Windows
This issue was noticed during an update to a conda-forge feedstock here: https://github.com/conda-forge/cmdstan-feedstock/pull/10
Here is a log with their mambabuild support enabled: https://dev.azure.com/conda-forge/84710dde-1620-425b-80d0-4cf5baca359d/_apis/build/builds/395697/logs/21
and one which worked before it was enabled: https://dev.azure.com/conda-forge/84710dde-1620-425b-80d0-4cf5baca359d/_apis/build/builds/387623/logs/30
I've opened https://github.com/conda-forge/cmdstan-feedstock/pull/13 as a test example. Happy to try any suggestions for getting it to work
We have a similar problem in https://github.com/conda-forge/orange3-feedstock/pull/101. Fails on Windows at the same packaging stage. Succeeds if I do not rerender the recipe.
It appears that the issue with cmdstan has "resolved itself" - possibly it was related to LIEF after all.
Thanks! I'll test on our repo and report back.
Works for me on orange3-feedstock.
I guess this really did resolve itself then