conda-forge / pillow-feedstock

A conda-smithy repository for pillow.
BSD 3-Clause "New" or "Revised" License
2 stars 30 forks source link

Drop lingering `--debug` flag #10

Closed jakirkham closed 8 years ago

jakirkham commented 8 years ago

Oops, this crept in somehow. Amazingly it didn't seem to affect the *NIXes, but maybe it broke Windows more? Let's see if this improves the situation.

conda-forge-linter commented 8 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

ocefpaf commented 8 years ago

Indeed that is weird that the debug mode passed everywhere but Windows. Things seems to be back to normal in AppVeyor.

jakirkham commented 8 years ago

Doesn't magically fix 32-bit Python 3.4, but it doesn't seem to break the other builds.

jakirkham commented 8 years ago

I spoke too soon Python 3.5 on Windows is now failing. 😳

Though I think we are now hitting this issue ( https://github.com/conda-forge/staged-recipes/issues/666 ).

jakirkham commented 8 years ago

Merged as this is making the situation less bad. Though there is still a larger problem with Python 3.5 Windows builds ( https://github.com/conda-forge/staged-recipes/issues/666 ) and the same Python 3.4 32-bit Windows failure as before ( https://github.com/conda-forge/pillow-feedstock/issues/9 ).

ocefpaf commented 8 years ago

Merged as this is making the situation less bad. Though there is still a larger problem with Python 3.5 Windows builds ( conda-forge/staged-recipes#666 ) and the same Python 3.4 32-bit Windows failure as before ( #9 ).

What a Monday! I could not get a single package to compile as well :grimacing:

jakirkham commented 8 years ago

I know. Between the GitHub issues, subsequent CI issues, and now this nonsense, I was debating just call it a day.

Though I'm pretty happy that we got something done with Pillow.