Skip to content

Commit

Permalink
[WIP] debug for apt-install
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity0 committed Sep 12, 2019
1 parent 3fad51d commit 4e239f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/aarch64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN dpkg --add-architecture arm64 && \
-i /etc/apt/sources.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
-o Debug::pkgDepCache::Marker=true -o Debug::pkgDepCache::AutoInstall=true -o Debug::pkgProblemResolver=true \
gcc libc6-dev ca-certificates \
gcc-aarch64-linux-gnu libc6-dev-arm64-cross \
clang libclang-common-6.0-dev:arm64 \
Expand Down
1 change: 1 addition & 0 deletions ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN dpkg --add-architecture armhf && \
-i /etc/apt/sources.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
-o Debug::pkgDepCache::Marker=true -o Debug::pkgDepCache::AutoInstall=true -o Debug::pkgProblemResolver=true \
gcc libc6-dev ca-certificates \
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross \
clang libclang-common-6.0-dev:armhf \
Expand Down
1 change: 1 addition & 0 deletions ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN dpkg --add-architecture ppc64el && \
-i /etc/apt/sources.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
-o Debug::pkgDepCache::Marker=true -o Debug::pkgDepCache::AutoInstall=true -o Debug::pkgProblemResolver=true \
gcc libc6-dev ca-certificates \
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross \
clang libclang-common-6.0-dev:ppc64el \
Expand Down

0 comments on commit 4e239f1

Please sign in to comment.