anaconda-graveyard / conda-concourse-ci

Conda-driven Concourse CI for package building
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

overlinking check does not error on windows #139

Closed jjhelmus closed 4 years ago

jjhelmus commented 4 years ago

Do not error out when the overlinking check fails on Windows. Currently conda-build's overlinking check is case-sensitive on Windows which causes numerous false positives.

This should be re-enabled once conda-build has better overlinking check behavior on Windows.

jjhelmus commented 4 years ago

@forrestwaters, @msarahan and I were discussing this today.

Not sure if we want to merge this and revert once conda/conda-build#3650 is resolve or just be aware of this option.