Skip to content

Commit 6737a93

Browse files
s3rj1kandywolk
andcommitted
[GHA] Add trixie build target
Co-authored-by: Andrey Volk <[email protected]>
1 parent 1c4b884 commit 6737a93

21 files changed

+544
-32
lines changed

.github/docker/debian/bookworm/amd64/public.release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

.github/docker/debian/bookworm/amd64/public.unstable.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

.github/docker/debian/bookworm/arm32v7/public.release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

.github/docker/debian/bookworm/arm32v7/public.unstable.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

.github/docker/debian/bookworm/arm64v8/public.release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

.github/docker/debian/bookworm/arm64v8/public.unstable.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

.github/docker/debian/bullseye/amd64/public.release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

.github/docker/debian/bullseye/amd64/public.unstable.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

.github/docker/debian/bullseye/arm32v7/public.release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

.github/docker/debian/bullseye/arm32v7/public.unstable.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=secret,id=REPO_PASSWORD,required=true \
7878
mk-build-deps \
7979
--install \
8080
--remove debian/control \
81-
--tool "apt-get --yes --no-install-recommends" && \
81+
--tool "apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends" && \
8282
apt-get --yes --fix-broken install && \
8383
rm -f /etc/apt/auth.conf
8484

0 commit comments

Comments
 (0)