summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-01-28 12:24:21 -0800
committerEric Anholt <eric@anholt.net>2020-02-27 09:36:24 -0800
commit20659f18947a48714fa8ce0f433304746541e110 (patch)
tree349b7e45c5cd190dfee335ccdbb8f05d24591f63 /.gitlab-ci
parent9ed6c1be6b39a519707d297bf1fed2c238dc15f4 (diff)
ci: Shrink the arm64 kernel build a bit.
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>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/arm64.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci/arm64.config b/.gitlab-ci/arm64.config
index 5a8b4271fa7..870eff89929 100644
--- a/.gitlab-ci/arm64.config
+++ b/.gitlab-ci/arm64.config
@@ -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