Skip to content

ci: Remove kernel module build that slipped in

Tomeu Vizoso requested to merge tomeu/mesa:ci-fdo-fix-fastboot into master

Some changes unintendedly slipped into an unrelated commit before it was merged.

This caused kernel modules to be built and installed in the ramdisk, which caused some devices to fail to boot due to the ramdisk size limit being surpassed.

These changes weren't in effect until a subsequent commit triggered a rebuild of the ramdisks.

Signed-off-by: Tomeu Vizoso tomeu.vizoso@collabora.com Fixes: a9560939 ("ci: Build-test Panfrost tools")

Merge request reports