Mesa (main): ci: pin virglrenderer version

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 14 13:04:50 UTC 2021


Module: Mesa
Branch: main
Commit: b8b70fc1b968eef2719ed6daadfdb251784e58b2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8b70fc1b968eef2719ed6daadfdb251784e58b2

Author: Gert Wollny <gert.wollny at collabora.com>
Date:   Mon Dec  6 11:13:55 2021 +0100

ci: pin virglrenderer version

Currently we always just pull in whatever version of
virglrenderer happens to be TOT in googlesource.

Instead, pin a specific version, and this should also
trigger an update of the container when this versions
is changed.

v2: Fix spelling error (tomeu)

Signed-off-by: Gert Wollny <gert.wollny at collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12542>

---

 .gitlab-ci/container/build-crosvm.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci/container/build-crosvm.sh b/.gitlab-ci/container/build-crosvm.sh
index b8981a04ca6..41f0140fe75 100644
--- a/.gitlab-ci/container/build-crosvm.sh
+++ b/.gitlab-ci/container/build-crosvm.sh
@@ -8,6 +8,11 @@ pushd /platform/crosvm
 git checkout "$CROSVM_VERSION"
 git submodule update --init
 
+VIRGLRENDERER_VERSION=2a5fb800c6b0ce15ad37c2c698635e3e2d27b37c
+pushd third_party/virglrenderer
+git checkout "$VIRGLRENDERER_VERSION"
+popd
+
 RUSTFLAGS='-L native=/usr/local/lib' cargo install \
   bindgen \
   -j ${FDO_CI_CONCURRENT:-4} \



More information about the mesa-commit mailing list