• nutomicMA
    link
    fedilink
    arrow-up
    2
    ·
    4 years ago

    There are a many use cases where the time for a clean build matters:

    • a new contributor compiles the project for the first time
    • continuous integration often builds everything from scratch
    • docker builds dont have good dependency caching

    Besides, I can sometimes see Diesel being rebuilt in incremental builds for no reason at all, and it sucks waiting almost two minutes for that.