squeaky-pl / portable-pypy

Portable 64 bit x86 PyPy binaries for many Linux distributions.
Other
478 stars 38 forks source link

How much of manual steps needed to build nightly? Can this be automated? #33

Closed v3ss0n closed 7 years ago

v3ss0n commented 8 years ago

Squeaky , I am thinking of looking ways to automate this (for example , nightly portable-pypy builds with build-bot ) . is that possible?

squeaky-pl commented 8 years ago

For the build steps see: https://github.com/squeaky-pl/portable-pypy/blob/master/BUILD.rst

It's possible to automate this but I personally dont have infrastructure to do so nor time to invest in maintainig it.

v3ss0n commented 8 years ago

It seems that every step there can easily be automated. I can do the automation script. I will check with pypy guys for infrastructure of build-bot.

v3ss0n commented 8 years ago

There is no manual patching needed right?

squeaky-pl commented 8 years ago

There are several patches and hacks, look through through the build build_deps and package script if you wanna know details. But I do not do manual patching.