You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ns...@apache.org on 2018/06/12 14:29:17 UTC

[incubator-mxnet] branch master updated: Fix #11214 ccache compilation (#11244)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0254f9e  Fix #11214 ccache compilation (#11244)
0254f9e is described below

commit 0254f9e519c8950f048bdb31096099ad38cd46fe
Author: Pedro Larroy <92...@users.noreply.github.com>
AuthorDate: Tue Jun 12 16:28:57 2018 +0200

    Fix #11214 ccache compilation (#11244)
---
 ci/docker/install/ubuntu_ccache.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/ci/docker/install/ubuntu_ccache.sh b/ci/docker/install/ubuntu_ccache.sh
index f5102e3..4a6b63f 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

-- 
To stop receiving notification emails like this one, please contact
nswamy@apache.org.