Skip to content

ci: Only strip debug symbols

Rob Clark requested to merge robclark/mesa:ci/strip-debug into main

What does this MR do and why?

ci: Only strip debug symbols

Hopefully this will get us more useful backtraces in CI (for ex, with traces replay) while maintaining most of the artifact size benefits of stripping:

  -rwxr-xr-x 1 robclark robclark  50M Oct 30 11:47 msm_dri.so.strip-debug
  -rwxr-xr-x 1 robclark robclark  40M Oct 30 11:47 msm_dri.so.strip
  -rwxr-xr-x 1 robclark robclark 129M Oct 30 11:47 msm_dri.so.orig

Signed-off-by: Rob Clark robdclark@chromium.org

Edited by Rob Clark

Merge request reports