File tree 3 files changed +3
-0
lines changed
aarch64-unknown-linux-gnu
armv7-unknown-linux-gnueabihf
powerpc64le-unknown-linux-gnu
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ RUN dpkg --add-architecture arm64 && \
9
9
-i /etc/apt/sources.list && \
10
10
apt-get update && \
11
11
apt-get install -y --no-install-recommends \
12
+ -o Debug::pkgDepCache::Marker=true -o Debug::pkgDepCache::AutoInstall=true -o Debug::pkgProblemResolver=true \
12
13
gcc libc6-dev ca-certificates \
13
14
gcc-aarch64-linux-gnu libc6-dev-arm64-cross \
14
15
clang libclang-common-6.0-dev:arm64 \
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ RUN dpkg --add-architecture armhf && \
9
9
-i /etc/apt/sources.list && \
10
10
apt-get update && \
11
11
apt-get install -y --no-install-recommends \
12
+ -o Debug::pkgDepCache::Marker=true -o Debug::pkgDepCache::AutoInstall=true -o Debug::pkgProblemResolver=true \
12
13
gcc libc6-dev ca-certificates \
13
14
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross \
14
15
clang libclang-common-6.0-dev:armhf \
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RUN dpkg --add-architecture ppc64el && \
10
10
-i /etc/apt/sources.list && \
11
11
apt-get update && \
12
12
apt-get install -y --no-install-recommends \
13
+ -o Debug::pkgDepCache::Marker=true -o Debug::pkgDepCache::AutoInstall=true -o Debug::pkgProblemResolver=true \
13
14
gcc libc6-dev ca-certificates \
14
15
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross \
15
16
clang libclang-common-6.0-dev:ppc64el \
You can’t perform that action at this time.
0 commit comments