From 7e0246a2fc8f2b5d6d1c1825b90619e8b327bc3f Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 10 May 2019 16:34:12 +0200 Subject: panfrost: Don't check for automake support Only the meson build supports Panfrost. Signed-off-by: Tomeu Vizoso Acked-by: Petri Latvala --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2590e65f..9fe6a8f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -150,7 +150,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| grep -v 'vc4\|v3d' | sort) <(sed "s/ /\n/g" autotools-test-list.txt | sort) + script: diff <(sed "s/ /\n/g" meson-test-list.txt| grep -v 'vc4\|v3d\|panfrost' | sort) <(sed "s/ /\n/g" autotools-test-list.txt | sort) ################### DEPLOY ######################### -- cgit v1.2.3