Skip to content

CI: Build more drivers in the cross-arch jobs

Adam Jackson requested to merge ajax/mesa:ci-more-cross-drivers into master

This is mostly to get additional -Werror coverage to avoid introducing unforced ILP32 or big-endian errors. i386 adds lavapipe, r600, nouveau, zink, and all the classic drivers. ppc64le adds lavapipe and zink, and also adds -Werror for symmetry with the other cross builds. s390x just adds lavapipe for now, zink currently fails in the format-roundtrip test which isn't totally surprising.

Merge request reports