You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/12 14:28:59 UTC

[GitHub] nswamy closed pull request #11244: Fix #11214 ccache compilation

nswamy closed pull request #11244: Fix #11214 ccache compilation
URL: https://github.com/apache/incubator-mxnet/pull/11244
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ci/docker/install/ubuntu_ccache.sh b/ci/docker/install/ubuntu_ccache.sh
index f5102e3a273..4a6b63f0f72 100755
--- a/ci/docker/install/ubuntu_ccache.sh
+++ b/ci/docker/install/ubuntu_ccache.sh
@@ -24,6 +24,12 @@ set -ex
 pushd .
 
 apt update
+apt install -y \
+    libxslt1-dev \
+    docbook-xsl \
+    xsltproc \
+    libxml2-utils
+
 apt install -y --no-install-recommends \
     autoconf \
     asciidoc \
@@ -45,7 +51,6 @@ cd ccache
 make -j$(nproc)
 make install
 
-cd /work/deps
 rm -rf /work/deps/ccache
 
 popd


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services