Re: [Mesa-dev] [PATCH] meson: nir_control_flow_test needs to depend on nir_builder_opcodes_h

2018-01-03 Thread Dylan Baker
I have such a patch series :) It just needs a little more testing and this resolves an intermittent build failure in the CI. Quoting Jason Ekstrand (2018-01-03 09:37:36) > Is there any way we can just make a "nir_deps" helper list and put > nir_builder_opcodes_h in it?  Requiring everything

Re: [Mesa-dev] [PATCH] meson: nir_control_flow_test needs to depend on nir_builder_opcodes_h

2018-01-03 Thread Jason Ekstrand
Is there any way we can just make a "nir_deps" helper list and put nir_builder_opcodes_h in it? Requiring everything which depends on nir gather up a bunch of random generator dependencies seems a bit fragile. On Wed, Jan 3, 2018 at 9:28 AM, Dylan Baker wrote: > Fixes a

[Mesa-dev] [PATCH] meson: nir_control_flow_test needs to depend on nir_builder_opcodes_h

2018-01-03 Thread Dylan Baker
Fixes a race condition in the build which causes sporadic failures when -Dbuild-tests=true and a significant number of cores is present. Fixes: d1992255bb29 ("meson: Add build Intel "anv" vulkan driver") CC: Mark Janes Signed-off-by: Dylan Baker