-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels