You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ib...@apache.org on 2019/07/10 03:51:48 UTC

[incubator-mxnet] branch ib/bump-jl10 created (now 907f066)

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

iblis pushed a change to branch ib/bump-jl10
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


      at 907f066  CI: upgrade Julia version from 1.0.3 to 1.0.4

This branch includes the following new commits:

     new 907f066  CI: upgrade Julia version from 1.0.3 to 1.0.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-mxnet] 01/01: CI: upgrade Julia version from 1.0.3 to 1.0.4

Posted by ib...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iblis pushed a commit to branch ib/bump-jl10
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 907f06666d700e10535c57ea8f1d0d7a288da446
Author: Iblis Lin <ib...@hs.ntnu.edu.tw>
AuthorDate: Wed Jul 10 11:48:37 2019 +0800

    CI: upgrade Julia version from 1.0.3 to 1.0.4
    
    This is a bugfix release. No breaking changes.
    see: https://julialang.org/downloads/
---
 ci/docker/install/ubuntu_julia.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/install/ubuntu_julia.sh b/ci/docker/install/ubuntu_julia.sh
index 6849fe2..435ec46 100755
--- a/ci/docker/install/ubuntu_julia.sh
+++ b/ci/docker/install/ubuntu_julia.sh
@@ -40,4 +40,4 @@ function install_julia() {
 }
 
 install_julia 0.7 0.7.0
-install_julia 1.0 1.0.3
+install_julia 1.0 1.0.4