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 2018/09/20 12:55:57 UTC

[incubator-mxnet] branch v1.3.x updated: [Backport] Pinned dockcross to a tag with fixed ABI build for RPi (#12596)

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 9caa847  [Backport] Pinned dockcross to a tag with fixed ABI build for RPi (#12596)
9caa847 is described below

commit 9caa8472d03f252d92b149ad8daef1e0eee01dc9
Author: Anton Chernov <me...@gmail.com>
AuthorDate: Thu Sep 20 14:55:37 2018 +0200

    [Backport] Pinned dockcross to a tag with fixed ABI build for RPi (#12596)
---
 ci/docker/Dockerfile.build.armv7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/Dockerfile.build.armv7 b/ci/docker/Dockerfile.build.armv7
index 2ad3bea..9a23a5d 100755
--- a/ci/docker/Dockerfile.build.armv7
+++ b/ci/docker/Dockerfile.build.armv7
@@ -18,7 +18,7 @@
 #
 # Dockerfile to build MXNet for Android ARMv7
 
-FROM mxnetci/dockcross-linux-armv7:08212018
+FROM mxnetci/dockcross-linux-armv7:09182018
 
 ENV ARCH armv7l
 ENV HOSTCC gcc