diff --git a/.gitlab-ci/container/build-crosvm.sh b/.gitlab-ci/container/build-crosvm.sh index d75becb0856..7495f7a9ea0 100644 --- a/.gitlab-ci/container/build-crosvm.sh +++ b/.gitlab-ci/container/build-crosvm.sh @@ -6,13 +6,13 @@ set -ex git config --global user.email "mesa@example.com" git config --global user.name "Mesa CI" -CROSVM_VERSION=b018c19e23b6f77dc2ab6258d97711a6db2c56fc +CROSVM_VERSION=d0cbf0b23eb4bd2355b011184025c7c5d8749376 git clone --single-branch -b main --no-checkout https://chromium.googlesource.com/crosvm/crosvm /platform/crosvm pushd /platform/crosvm git checkout "$CROSVM_VERSION" git submodule update --init -VIRGLRENDERER_VERSION=74d35a57b3783110adee2e4a02d6f00cbc8f6810 +VIRGLRENDERER_VERSION=bcc152ffdeec05d5bfe5d42f200933123d66c7db rm -rf third_party/virglrenderer git clone --single-branch -b master --no-checkout https://gitlab.freedesktop.org/virgl/virglrenderer.git third_party/virglrenderer pushd third_party/virglrenderer @@ -30,7 +30,7 @@ RUSTFLAGS='-L native=/usr/local/lib' cargo install \ --version 0.65.1 \ $EXTRA_CARGO_ARGS -RUSTFLAGS='-L native=/usr/local/lib' cargo install \ +CROSVM_USE_SYSTEM_VIRGLRENDERER=1 RUSTFLAGS='-L native=/usr/local/lib' cargo install \ -j ${FDO_CI_CONCURRENT:-4} \ --locked \ --features 'default-no-sandbox gpu x virgl_renderer virgl_renderer_next' \ diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 404a5f3b525..dc949a3bf34 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -1,6 +1,6 @@ variables: DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base" - DEBIAN_BASE_TAG: "2023-06-05-piglit-5036601c" + DEBIAN_BASE_TAG: "2023-06-05-virgl-crosvm" DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build" DEBIAN_BUILD_TAG: "2023-05-25-bookworm" @@ -21,7 +21,7 @@ variables: ALPINE_X86_64_BUILD_TAG: "2023-05-01-3.18-bump-1" FEDORA_X86_64_BUILD_TAG: "2023-05-05-ccache-on" - KERNEL_ROOTFS_TAG: "2023-06-05-piglit-5036601c" + KERNEL_ROOTFS_TAG: "2023-06-05-virgl-crosvm" WINDOWS_X64_VS_PATH: "windows/x64_vs" WINDOWS_X64_VS_TAG: "2022-10-20-upgrade-zlib"