Skip to content

ci: Build ARM baremetal rootfs in native container

Michel Dänzer requested to merge daenzer/mesa:ci-arm64_test-rootfs into master

Doing so in an x86 container via qemu was slow, and started failing recently after updating to a newer qemu version.

This also results in a smaller arm_test docker image, since we need to install fewer Debian packages in it.

As a bonus, this turns some piglit tests from fail to pass (Or maybe they'll turn out to be flakes? They've passed at least 3 times in a row).

@anholt this is my alternative to !9863 (closed) . Latest pipeline: https://gitlab.freedesktop.org/daenzer/mesa/-/pipelines/293317

Merge request reports