summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2020-08-04 11:00:54 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2020-08-04 12:57:31 +0200
commita133f7d2885d4717b9af41396ed09d9ceba3aaf3 (patch)
tree68c67987a1e685f1539942313408eb40782c4d7c /.gitlab-ci.yml
parent76330374413ee8ab857aa35f249652867be8981e (diff)
ci: Remove kernel module build that slipped in
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> Acked-by: Daniel Stone <daniels@collabora.com> Fixes: a9560939e07a ("ci: Build-test Panfrost tools") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6167>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9f44f08357..e260420c5c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -355,7 +355,7 @@ arm64_test:
extends:
- .use-arm_test-base
variables:
- FDO_DISTRIBUTION_TAG: &arm64_test "2020-07-31-minio"
+ FDO_DISTRIBUTION_TAG: &arm64_test "2020-08-04-ramdisk-fix"
.use-arm64_test:
variables: