Skip to content

Commit

Permalink
ARROW-14984: [CI][Debian] rsync is missing
Browse files Browse the repository at this point in the history
A follow-up of #11567.

https://github.com/ursacomputing/crossbow/runs/4415960154?check_suite_focus=true

    + mkdir -p /build/docs/c_glib
    + rsync -a /usr/local/share/gtk-doc/html/ /build/docs/c_glib
    /arrow/ci/scripts/c_glib_build.sh: line 52: rsync: command not found
    127

Closes #11859 from kou/ci-debian-rsync

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Dec 5, 2021
1 parent e734856 commit 93210d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/debian-10-cpp.dockerfile
Expand Up @@ -66,6 +66,7 @@ RUN apt-get update -y -q && \
protobuf-compiler \
python3-pip \
rapidjson-dev \
rsync \
tzdata \
zlib1g-dev && \
apt-get clean && \
Expand Down
1 change: 1 addition & 0 deletions ci/docker/debian-11-cpp.dockerfile
Expand Up @@ -65,6 +65,7 @@ RUN apt-get update -y -q && \
protobuf-compiler-grpc \
python3-pip \
rapidjson-dev \
rsync \
tzdata \
zlib1g-dev && \
apt-get clean && \
Expand Down

0 comments on commit 93210d6

Please sign in to comment.