|
|
|
|
|
by joshschreuder
2520 days ago
|
|
How do you handle building changes to just one of those projects? Can Jenkins do that (easily)? I think that's the big thing that always puts me off monorepo... We'd basically be going from ten 5 minute builds to one 50 minute build if it wasn't possible to do incremental builds. IIRC Google and MS have purpose built tools that do impact detection to work out what to build for their monorepos to keep build times down. |
|
It's definitely important to consider before jumping in. Going from 5m to 50m compile times would be a major issue for me.