Skip to content

Commit

Permalink
tests/docker: move riscv64 cross container from sid to trixie
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
stsquad authored and pbo-linaro committed Dec 18, 2024
1 parent 8e9365c commit 9a5e3b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/docker/dockerfiles/debian-riscv64-cross.docker
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
4 changes: 3 additions & 1 deletion tests/lcitool/refresh
Original file line number Diff line number Diff line change
Expand Up @@ -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-",
Expand Down

0 comments on commit 9a5e3b0

Please sign in to comment.