Skip to content

Parallel package builds #11

@dennybaa

Description

@dennybaa

Current build process pipeline is in bash, and it's nightmare to support it. Introducing parallel package build will bring more bash hardcore code. We should waste the current build controlling code in favor of a better solution.

To leverage parallel package build (need by #7) the best option is to use flow based build tool with support for dependencies and parallelism. The current vision is to use rake + sshkit.
Rake is a prefect candidate since it's provides a very rich set of features and it has a very simple DSL.


Other python based solutions will take more effort to use. There are following options:

Unluckily all of the python based tools either lack needed parallelism or just quite heavy to use...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions