zachgk commented on a change in pull request #13819: Add new Maven build for
Scala package
URL: https://github.com/apache/incubator-mxnet/pull/13819#discussion_r246501292
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -847,23 +847,23 @@ unittest_ubuntu_python3_quantization_gpu() {
unittest_ubuntu_cpu_scala() {
set -ex
scala_prepare
- make scalapkg USE_BLAS=openblas USE_DIST_KVSTORE=1 ENABLE_TESTCOVERAGE=1
CI=1
- make scalaunittest USE_BLAS=openblas USE_DIST_KVSTORE=1
ENABLE_TESTCOVERAGE=1 CI=1
+ cd scala-package
+ mvn -B install
Review comment:
This should be integration-test (and next two)
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services