otaylor / fm-orchestrator

Forked from fm-orchestrator 7 years ago
Clone

48c4c75 MockModuleBuilder: Share root cache between threads

1 file Authored by otaylor a year ago, Committed by breilly a year ago,
    MockModuleBuilder: Share root cache between threads
    
    The different build threads all are using the same basic build root
    contents, so there's no reason to use separate caches - point the
    root cache plugin for mock to a single location. (There's locking
    inside Mock for updating the root cache.)