Skip to content

linux: retry build on failure

Mark Janes requested to merge majanes/mesa_jenkins:keys into master

Xe kernel driver sometimes fails with:

make[8]: *** [../scripts/Makefile.build:494: drivers/gpu/drm] Error 2

This is likely to be a timing/dependency bug in Xe, because:

  • the same tree does not fail for i915
  • retrying the build with a second make will succeed

Merge request reports