From 47bce4773688821e5076158806cbbf87b29c9a8d Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Fri, 10 Jun 2022 19:03:59 +0800 Subject: [PATCH] ci/vs2019: Remove comment for windows_test_vs2019 that not true Signed-off-by: Yonggang Luo Reviewed-by: Jesse Natalie Part-of: --- .gitlab-ci/container/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/container/gitlab-ci.yml b/.gitlab-ci/container/gitlab-ci.yml index 8257aa13900..38e317d884d 100644 --- a/.gitlab-ci/container/gitlab-ci.yml +++ b/.gitlab-ci/container/gitlab-ci.yml @@ -410,7 +410,6 @@ windows_test_vs2019: MESA_IMAGE_PATH: &windows_test_image_path ${WINDOWS_X64_TEST_PATH} MESA_IMAGE_TAG: &windows_test_image_tag ${WINDOWS_X64_BUILD_TAG}--${WINDOWS_X64_TEST_TAG} DOCKERFILE: Dockerfile_test - # Right now this only needs the VS install to get DXIL.dll. Maybe see about decoupling this at some point MESA_BASE_IMAGE_PATH: *windows_vs_image_path MESA_BASE_IMAGE_TAG: *windows_vs_image_tag MESA_BASE_IMAGE: "$CI_REGISTRY_IMAGE/${MESA_BASE_IMAGE_PATH}:${MESA_BASE_IMAGE_TAG}"