Skip to content

Commit

Permalink
ARROW-8191: [Packaging][APT] Fix cmake removal in Debian GNU/Linux St…
Browse files Browse the repository at this point in the history
…retch

Because cmake in stretch-backports requires newer libarchive13 but
newer libarchive13 only exists in stretch-backports-sloppy.

Closes #6696 from kou/packaging-debian-stretch-backports-sloppy

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Mar 24, 2020
1 parent c06f838 commit b0472a4
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -32,6 +32,9 @@ RUN sed -i'' -e 's/main$/main contrib non-free/g' /etc/apt/sources.list
RUN \
echo "deb http://deb.debian.org/debian stretch-backports main" > \
/etc/apt/sources.list.d/backports.list
RUN \
echo "deb http://deb.debian.org/debian stretch-backports-sloppy main" > \
/etc/apt/sources.list.d/backports-sloppy.list

ARG DEBUG
ARG LLVM
Expand Down Expand Up @@ -80,6 +83,8 @@ RUN \
python3-wheel \
tzdata \
zlib1g-dev && \
apt install -y -V -t stretch-backports-sloppy ${quiet} \
libarchive13 && \
apt install -y -V -t stretch-backports ${quiet} \
debhelper \
libgmock-dev \
Expand Down

0 comments on commit b0472a4

Please sign in to comment.