Skip to content

build_support: fix handling of build_root variable

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

In the previous refactor, ldconfig was moved from export into the build_support module. In the export module, the commonly used build_root variable (br) misnamed, as the value was set to the parent directory.

Testing did not surface this bug, as the incorrect ldconfig path found system mesa during testing. On stable platforms, system mesa is a valid driver for Xorg.

Merge request reports