conda / menuinst

Cross platform menu item installation
https://conda.github.io/menuinst/
BSD 3-Clause "New" or "Revised" License
33 stars 41 forks source link

Fix segfaults on Windows while building conda packages #147

Closed jaimergp closed 10 months ago

jaimergp commented 10 months ago

Description

Windows canaries failed before hitting the test phase with a segfault, possibly caused by the presence of OS-foreign binaries in the package. Deleting them before running the install (since they are not used on Windows anyway) does the trick.

Checklist - did you ...