You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2019/02/14 17:37:58 UTC

[incubator-mxnet] branch v1.3.x updated: The latest version of leiningen has a dependency problem with codox (#14132) (#14163)

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

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


The following commit(s) were added to refs/heads/v1.3.x by this push:
     new 8dcc1f6  The latest version of leiningen has a dependency problem with codox (#14132) (#14163)
8dcc1f6 is described below

commit 8dcc1f6c205fe6f79ecb9c1c744bc730a5029142
Author: perdasilva <pe...@gmail.com>
AuthorDate: Thu Feb 14 18:37:34 2019 +0100

    The latest version of leiningen has a dependency problem with codox (#14132) (#14163)
    
    The document generation tool - this will ping the version to 2.8.3
---
 ci/docker/install/ubuntu_clojure.sh         | 1 +
 docs/build_version_doc/setup_docs_ubuntu.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ci/docker/install/ubuntu_clojure.sh b/ci/docker/install/ubuntu_clojure.sh
index 7a94ccc..b20e358 100755
--- a/ci/docker/install/ubuntu_clojure.sh
+++ b/ci/docker/install/ubuntu_clojure.sh
@@ -27,3 +27,4 @@ echo 'Installing Clojure...'
 wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
 chmod 775 lein
 sudo cp lein /usr/local/bin
+echo "Y" | sudo lein downgrade 2.8.3
diff --git a/docs/build_version_doc/setup_docs_ubuntu.sh b/docs/build_version_doc/setup_docs_ubuntu.sh
index 22b2fe2..baa23f6 100755
--- a/docs/build_version_doc/setup_docs_ubuntu.sh
+++ b/docs/build_version_doc/setup_docs_ubuntu.sh
@@ -64,6 +64,7 @@ echo "Installing Clojure dependencies..."
 wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
 chmod 775 lein
 sudo cp lein /usr/local/bin
+echo "Y" | sudo lein downgrade 2.8.3
 
 
 echo "Installing R dependencies..."