This is an automated email from the ASF dual-hosted git repository.

lausen pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new c37d5aa  Fix R builds on CI (#19656)
c37d5aa is described below

commit c37d5aaccf377831097f0af7204b6d4efa26e260
Author: Joe Evans <[email protected]>
AuthorDate: Thu Dec 10 21:50:41 2020 -0800

    Fix R builds on CI (#19656)
---
 ci/docker/install/ubuntu_r.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/docker/install/ubuntu_r.sh b/ci/docker/install/ubuntu_r.sh
index cd5fcb8..6105da8 100755
--- a/ci/docker/install/ubuntu_r.sh
+++ b/ci/docker/install/ubuntu_r.sh
@@ -31,9 +31,13 @@ echo "deb http://cran.rstudio.com/bin/linux/ubuntu trusty/" 
>> /etc/apt/sources.
 
 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 
E298A3A825C0D65DFD57CBB651716619E084DAB9
 
+add-apt-repository ppa:cran/libgit2
+
 apt-get update || true
 apt-get install -y --allow-unauthenticated \
     libcairo2-dev \
+    libgit2-dev \
+    libssh2-1-dev \
     libssl-dev \
     libxml2-dev \
     libxt-dev \

Reply via email to