Skip to content

Refactor build.py to avoid uneccessary repitition #51

@FoamyGuy

Description

@FoamyGuy

Currently in built.py the way the logic is structured it will build up all of the apps and libraries to be included in Fruit Jam OS builds multiple times, one for each of the language builds. So the build is spending a good chunk of time compiling apps, installing libs with circup then deleting it's work and starting over for the next language in the list.

It could be refactored to build up apps and libs once, and then combine those with the different font files for each of the languages. All of the apps and libraries should remain the same across different language builds so we can get by with compiling that once and re-using it I think.

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