ci: Shrink the arm64 kernel build a bit.
authorEric Anholt <eric@anholt.net>
Tue, 28 Jan 2020 20:24:21 +0000 (12:24 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 27 Feb 2020 17:36:24 +0000 (09:36 -0800)
No sense building some of these subsystems for just testing the GPU.
Saves some container rebuild time and kernel contents to move around.

Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3928>

.gitlab-ci/arm64.config

index 5a8b4271fa749c6860b2ff97ebd3ed5441dc847e..870eff89929c862ae717e6549a6cc5067cb30fda 100644 (file)
@@ -62,6 +62,14 @@ CONFIG_ARCH_XGENE=n
 CONFIG_ARCH_ZX=n
 CONFIG_ARCH_ZYNQMP=n
 
+# Strip out some stuff we don't need for graphics testing, to reduce
+# the build.
+CONFIG_CAN=n
+CONFIG_SPI=n
+CONFIG_WIRELESS=n
+CONFIG_RFKILL=n
+CONFIG_WLAN=n
+
 CONFIG_REGULATOR_FAN53555=y
 CONFIG_REGULATOR=y