From 953c7139a551e222449c972b144aed58432cb78a Mon Sep 17 00:00:00 2001 From: Matthias Dressel Date: Mon, 22 Jun 2026 21:20:54 +0200 Subject: [PATCH] CI: Update image * Adds xxhash so building with it is tested in CI * Updates qemu to 11.0.1 to catch some illegal instructions in RVV See: https://code.videolan.org/videolan/dav1d/-/merge_requests/1894#note_555609 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16d6c893..fad88907 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - test .debian-amd64-common: - image: registry.videolan.org/dav1d-debian-unstable:20260505173944 + image: registry.videolan.org/dav1d-debian-unstable:20260622120900 stage: build tags: - docker