yola / yodeploy

Python library for deployment
4 stars 0 forks source link

Disable building wheels for main requirements #237

Closed kosmos342 closed 5 years ago

kosmos342 commented 5 years ago

We have problems with building some wheel packages

snitch commented 5 years ago

:sparkles: No lint errors found. :sparkles:

Toshakins commented 5 years ago

I thought --no-binary enables building wheels instead of using binary packages. Correct?

kosmos342 commented 5 years ago

I thought --no-binary enables building wheels instead of using binary packages. Correct?

We have no wheel packages in our custom repository. Without this option, we build wheel packages from sources and save them into the cache(as I understand)

stefanor commented 5 years ago

That's going to make builds take a lot longer. We cache wheels purposely.

kosmos342 commented 5 years ago

problem was with broken cache