Skip to content

Commit

Permalink
ARROW-8144: [CI] Cmake 3.2 nightly build fails
Browse files Browse the repository at this point in the history
Closes #6654 from kszucs/ARROW-8144

Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kszucs authored and kou committed Mar 18, 2020
1 parent 774a9a4 commit 103c51b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/docker/linux-apt-cmake.dockerfile
Expand Up @@ -21,8 +21,9 @@ FROM ${base}
RUN apt-get update && \
apt-get install -y -q \
libidn11 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
wget && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

ARG cmake=3.2.3
RUN wget -nv -O - https://github.com/Kitware/CMake/releases/download/v${cmake}/cmake-${cmake}-Linux-x86_64.tar.gz | tar -xzf - -C /opt
Expand Down

0 comments on commit 103c51b

Please sign in to comment.