From 998e0a4aedf10fb5f7c271018cd80d874668bf55 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 23 Jan 2019 13:49:01 +0100 Subject: automake: Remove VC4/V3D build support Eric is using meson nowadays. v2: Fix up the test filter, meson lists now contain more than in the automake lists. Cc: Eric Anholt Reviewed-by: Eric Anholt Acked-by: Petri Latvala Signed-off-by: Daniel Vetter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 289a8fca..4bd4130f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,7 +107,7 @@ test:test-list-diff: - build:tests-debian-autotools - build:tests-debian-meson stage: test - script: diff <(sed "s/ /\n/g" meson-test-list.txt| sort) <(sed "s/ /\n/g" autotools-test-list.txt | sort) + script: diff <(sed "s/ /\n/g" meson-test-list.txt| grep -v 'vc4\|v3d' | sort) <(sed "s/ /\n/g" autotools-test-list.txt | sort) ################### DEPLOY ######################### -- cgit v1.2.3