Skip to content

Export: separate component build roots, and limit imports

Mark Janes requested to merge majanes/mesa_ci:poc_component_export into master

By separating the export of each component's build_root, we can selectively import the required binaries required for the current test target.

Currently, all test targets pull down the full build root, which can be anywhere from 4X to 40X more than they need.

Merge request reports