From 912c72eda5a4284bf8ef32f93a708c65083f7722 Mon Sep 17 00:00:00 2001 From: Sil Vilerino Date: Tue, 15 Nov 2022 17:59:30 -0500 Subject: [PATCH] ci: Add va frontend to windows-build-rules Fixes: 2d504bc5 ("CI: Add gallium-va and video-codecs in windows-vs2019 and debian-mingw32-x86_64") Signed-off-by: Sil Vilerino Reviewed-by: Jesse Natalie Part-of: --- .gitlab-ci/test-source-dep.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 7900599..733e905 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -576,6 +576,8 @@ when: on_success - changes: - src/microsoft/**/* + - src/gallium/frontends/va/* + - src/gallium/targets/va/* when: on_success - changes: *radv_file_list -- 2.7.4