Intel tools are compiled with "-Dtools=intel-ui", eg: build/src/intel/tools/aubinator-viewer The tools are not compiled with "all" or when "all" is added to the list of tools to build. "-Dtools=intel-ui,all" will not compile aubinator-viewer gitlab CI uses -Dtools=all, and will not fail when aubinator-viewer is broken by a commit.
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1566
Fixed with: commit 991137144a20aea14b1886a28e069685257abbd2 Author: Eric Engestrom <eric.engestrom@intel.com> Date: Sat Aug 3 02:33:42 2019 +0100 meson: build intel-ui tools as part of `all` tools Reported-by: Mark Janes <mark.a.janes@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111289 Cc: Dylan Baker <dylan@pnwbakers.com> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.