Skip to content

Commit 66944b6

Browse files
committed
tests/docker: move riscv64 cross container from sid to trixie
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 <[email protected]> Message-Id: <[email protected]>
1 parent 453005c commit 66944b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# THIS FILE WAS AUTO-GENERATED
22
#
3-
# $ lcitool dockerfile --layers all --cross-arch riscv64 debian-sid qemu-minimal
3+
# $ lcitool dockerfile --layers all --cross-arch riscv64 debian-13 qemu-minimal
44
#
55
# https://gitlab.com/libvirt/libvirt-ci
66

7-
FROM docker.io/library/debian:sid-slim
7+
FROM docker.io/library/debian:trixie-slim
88

99
RUN export DEBIAN_FRONTEND=noninteractive && \
1010
apt-get update && \

tests/lcitool/refresh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ try:
220220
trailer=cross_build("powerpc64le-linux-gnu-",
221221
"ppc64-softmmu,ppc64-linux-user"))
222222

223-
generate_dockerfile("debian-riscv64-cross", "debian-sid",
223+
# while not yet a release architecture the packages are still
224+
# build while part of testing
225+
generate_dockerfile("debian-riscv64-cross", "debian-13",
224226
project="qemu-minimal",
225227
cross="riscv64",
226228
trailer=cross_build("riscv64-linux-gnu-",

0 commit comments

Comments
 (0)