From f2fa850888b4ced4decf5d3836ca5e2547c79740 Mon Sep 17 00:00:00 2001 From: Omar Akkila Date: Mon, 28 Mar 2022 21:40:35 -0400 Subject: [PATCH] ci: uprev Fossilize Fossilize used the git:// protocol for fetching submodules but as of January 11, 2022, GitHub has tempirarily disabled acceptance of the Git protocol until March 15, 2022 whereby it will be permanantly disabled. This patch uprevs to the Fossilize commit that switches submodule URLs to https:// instead. Otherwise, we would get an error stating that "The unauthenticated git protocol on port 9418 is no longer supported." when trying to clone submodules. See https://github.blog/2021-09-01-improving-git-protocol-security-github for more info. Signed-off-by: Omar Akkila Reviewed-by: Emma Anholt Part-of: --- .gitlab-ci/container/build-fossilize.sh | 2 +- .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-fossilize.sh b/.gitlab-ci/container/build-fossilize.sh index 2195c4bf570..a8abbb938bd 100644 --- a/.gitlab-ci/container/build-fossilize.sh +++ b/.gitlab-ci/container/build-fossilize.sh @@ -4,7 +4,7 @@ set -ex git clone https://github.com/ValveSoftware/Fossilize.git cd Fossilize -git checkout 72088685d90bc814d14aad5505354ffa8a642789 +git checkout 16fba1b8b5d9310126bb02323d7bae3227338461 git submodule update --init mkdir build cd build diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index aaff4e6af44..c5125a21a00 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -9,7 +9,7 @@ variables: DEBIAN_X86_TEST_IMAGE_PATH: "debian/x86_test-gl" DEBIAN_X86_TEST_GL_TAG: "2022-03-25-virglrenderer" - DEBIAN_X86_TEST_VK_TAG: "2022-02-21-libdrm" + DEBIAN_X86_TEST_VK_TAG: "2022-03-28-fossilize" FEDORA_X86_BUILD_TAG: "2022-03-18-spirv-tools-5" KERNEL_ROOTFS_TAG: "2022-03-23-bash"