StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

WIP: EL8 build with python2 #627

Closed punkrokk closed 4 years ago

punkrokk commented 4 years ago

This PR is a WIP for EL8. Py2 Experimental.

Goals:

punkrokk commented 4 years ago

I will check the wheel thing once I have the docker images accessible to circleci.

Cheers,

JP

On Dec 17, 2019, at 5:35 PM, Eugen C. notifications@github.com wrote:

 @armab commented on this pull request.

In packages/st2/component.makefile:

@@ -67,6 +78,7 @@ wheelhouse: .stamp-wheelhouse bdist_wheel: .stamp-bdist_wheel .stamp-bdist_wheel: | populate_version requirements inject-deps cat requirements.txt

  • $(PIP_BINARY) install wheel --upgrade Any reference? Wondering why it's working for other OS flavor builds?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.