mikelangelo-project / capstan-packages

Docker container that builds OSv from source and recompiles all Capstan packages it has recipe for.
Other
2 stars 3 forks source link

Add Python 2.7 package recipe #6

Closed gberginc closed 7 years ago

gberginc commented 7 years ago

This is using standard cpython 2.7 to compile into a form suitable to be executed within OSv. It comes with standard set of modules

gberginc commented 7 years ago

@miha-plesko Please, take a look at the modified run config. The package rebuild succeeded.

miha-plesko commented 7 years ago

This looks great, thanks @gberginc . Please squash and we're ready to go.

BTW: Testing python package I've noticed that using empty values for environment variables (e.g. ARGS) actually results in strange behavior for now. But this will have to be resolved in OSv kernel, not here.

gberginc commented 7 years ago

@miha-plesko Commits squashed.