conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
152 stars 183 forks source link

fix moji-bake with rattler-build on Windows #2091

Closed wolfv closed 1 month ago

wolfv commented 1 month ago

We were using conda.exe run ... to execute `rattler-build, but it does something undesirable to the current code page on Windows which leads to "Moji-bake".

When calling rattler-build directly, things seem to work much better for printing fancy tables.

Tested in https://github.com/conda-forge/jolt-physics-feedstock/pull/6

Before:

Screenshot 2024-10-13 at 12 08 26

After:

Screenshot 2024-10-13 at 12 08 32
wolfv commented 1 month ago

Added news entry!