Skip to content

Commit 4e239f1

Browse files
committed
[WIP] debug for apt-install
1 parent 3fad51d commit 4e239f1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ci/docker/aarch64-unknown-linux-gnu/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN dpkg --add-architecture arm64 && \
99
-i /etc/apt/sources.list && \
1010
apt-get update && \
1111
apt-get install -y --no-install-recommends \
12+
-o Debug::pkgDepCache::Marker=true -o Debug::pkgDepCache::AutoInstall=true -o Debug::pkgProblemResolver=true \
1213
gcc libc6-dev ca-certificates \
1314
gcc-aarch64-linux-gnu libc6-dev-arm64-cross \
1415
clang libclang-common-6.0-dev:arm64 \

ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN dpkg --add-architecture armhf && \
99
-i /etc/apt/sources.list && \
1010
apt-get update && \
1111
apt-get install -y --no-install-recommends \
12+
-o Debug::pkgDepCache::Marker=true -o Debug::pkgDepCache::AutoInstall=true -o Debug::pkgProblemResolver=true \
1213
gcc libc6-dev ca-certificates \
1314
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross \
1415
clang libclang-common-6.0-dev:armhf \

ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN dpkg --add-architecture ppc64el && \
1010
-i /etc/apt/sources.list && \
1111
apt-get update && \
1212
apt-get install -y --no-install-recommends \
13+
-o Debug::pkgDepCache::Marker=true -o Debug::pkgDepCache::AutoInstall=true -o Debug::pkgProblemResolver=true \
1314
gcc libc6-dev ca-certificates \
1415
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross \
1516
clang libclang-common-6.0-dev:ppc64el \

0 commit comments

Comments
 (0)