tests/docker: move riscv64 cross container from sid to trixie
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 8 Jan 2025 12:10:47 +0000 (12:10 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Sat, 11 Jan 2025 11:22:01 +0000 (11:22 +0000)
Although riscv64 isn't going to be a release architecture for trixie
the packages are still built while it is testing. Moving from sid will
also avoid some of the volatility we get from tracking the bleeding
edge.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250108121054.1126164-26-alex.bennee@linaro.org>

tests/docker/dockerfiles/debian-riscv64-cross.docker
tests/lcitool/refresh

index 4d8ca83cb37e470d446d00dd616d053acff735a0..b0386cd3a1fc9f5e8bad8df7d0f0ed23bd32fe95 100644 (file)
@@ -1,10 +1,10 @@
 # THIS FILE WAS AUTO-GENERATED
 #
-#  $ lcitool dockerfile --layers all --cross-arch riscv64 debian-sid qemu-minimal
+#  $ lcitool dockerfile --layers all --cross-arch riscv64 debian-13 qemu-minimal
 #
 # https://gitlab.com/libvirt/libvirt-ci
 
-FROM docker.io/library/debian:sid-slim
+FROM docker.io/library/debian:trixie-slim
 
 RUN export DEBIAN_FRONTEND=noninteractive && \
     apt-get update && \
index 6720516b94234937af59330dfd0edbc7259f07f0..53f8d2585f822b9548dffab436698d298ff8ea0f 100755 (executable)
@@ -220,7 +220,9 @@ try:
                         trailer=cross_build("powerpc64le-linux-gnu-",
                                             "ppc64-softmmu,ppc64-linux-user"))
 
-    generate_dockerfile("debian-riscv64-cross", "debian-sid",
+    # while not yet a release architecture the packages are still
+    # build while part of testing
+    generate_dockerfile("debian-riscv64-cross", "debian-13",
                         project="qemu-minimal",
                         cross="riscv64",
                         trailer=cross_build("riscv64-linux-gnu-",