Bzomak / oolite-msys2

Builds oolite from scratch
0 stars 0 forks source link

No need to fetch all git submodules for building #38

Open Bzomak opened 5 months ago

Bzomak commented 5 months ago

A lot of the submodules are platform specific and are unnecessary when building on a particular platform. We could restrict this to only calling the needed submodules for that particular build.

Pro: saves time and downloads

Con: requires keeping track of what we need for each platform

Bzomak commented 5 months ago

This is https://github.com/Bzomak/oolite-msys2/labels/blocked by Milestone 1 - Functional Build.

We cannot test if a build will successfully include everything that we need until we actually have a successful build.