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/01/22 12:03:56 UTC

[incubator-mxnet] branch ib/ci-jl-win updated: julia 0.7

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

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


The following commit(s) were added to refs/heads/ib/ci-jl-win by this push:
     new 9dfe039  julia 0.7
9dfe039 is described below

commit 9dfe039e287cb976a2590a301bddc62bfed44c02
Author: Iblis Lin <ib...@hs.ntnu.edu.tw>
AuthorDate: Tue Jan 22 20:03:49 2019 +0800

    julia 0.7
---
 ci/windows/test_jl07_cpu.ps1                        | 10 ++++------
 tests/nightly/apache_rat_license_check/rat-excludes |  3 ++-
 tools/license_header.py                             |  3 +++
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/ci/windows/test_jl07_cpu.ps1 b/ci/windows/test_jl07_cpu.ps1
index 85ff223..c30468c 100644
--- a/ci/windows/test_jl07_cpu.ps1
+++ b/ci/windows/test_jl07_cpu.ps1
@@ -38,15 +38,13 @@ if (! $?) { Throw ("Error on installing Julia") }
 
 & $JULIA -e "using InteractiveUtils; versioninfo()"
 
-# workaround a bug of Julia 0.7
-# use PackageSpec(name = "MXNet", path = "...") if we drop the 0.7 support
-Copy-Item -Path .\julia -Recurse -Destination "$env:JULIA_DEPOT_PATH\dev\MXNet"
+dir
 
 $src='
     using Pkg
-    Pkg.develop("MXNet")
-    Pkg.build("MXNet")
-    Pkg.test("MXNet")
+    Pkg.activate(".\\julia")
+    Pkg.build()
+    Pkg.test()
 '
 
 $src > .\ci-build.jl
diff --git a/tests/nightly/apache_rat_license_check/rat-excludes b/tests/nightly/apache_rat_license_check/rat-excludes
index 5969f01..50dba5b 100755
--- a/tests/nightly/apache_rat_license_check/rat-excludes
+++ b/tests/nightly/apache_rat_license_check/rat-excludes
@@ -49,4 +49,5 @@ deformable_im2col.h
 REQUIRE
 include/*
 .*.iml
-.*.json.ref
\ No newline at end of file
+.*.json.ref
+julia/Project.toml
diff --git a/tools/license_header.py b/tools/license_header.py
index 199d56c..724f208 100755
--- a/tools/license_header.py
+++ b/tools/license_header.py
@@ -90,6 +90,9 @@ _WHITE_LIST = [
 
                # Licensed under 2-Clause BSD in header
                'example/ssd/dataset/pycocotools/coco.py',
+
+               # Julia package metadata, generated by Pkg3.jl
+               'julia/Project.toml',
                ]
 
 # language extensions and the according commment mark