You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:25:39 UTC

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #20461: Java2.0 proto

marcoabreu commented on a change in pull request #20461:
URL: https://github.com/apache/incubator-mxnet/pull/20461#discussion_r699499877



##########
File path: ci/docker/runtime_functions.sh
##########
@@ -1404,6 +1429,21 @@ test_artifact_repository() {
     popd
 }
 
+integration_test() {
+    # install gradle
+    add-apt-repository ppa:cwchien/gradle
+    apt-get update -y
+    apt-get install gradle -y

Review comment:
       Remove everything apt related here. That belongs into a Dockerfile.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org