Skip to content

Commit

Permalink
ci: Try debian testing (trixie) for 'libzypp' backend
Browse files Browse the repository at this point in the history
meson setup fails in Debian Bookworm with the following error:

Dependency libzypp found: NO found 17.25.7 but need: '>=17.31.0'

libzypp version in trixie: 17.35.9-1
  • Loading branch information
sidt4 committed Aug 24, 2024
1 parent 89ec9d8 commit 33b5e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci/Dockerfile-debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm
FROM debian:trixie

# allow fetching source packages
RUN echo "deb-src http://deb.debian.org/debian/ bookworm main" >> /etc/apt/sources.list
RUN echo "deb-src http://deb.debian.org/debian/ trixie main" >> /etc/apt/sources.list

# prepare
RUN apt-get update -qq
Expand Down

0 comments on commit 33b5e2e

Please sign in to comment.