Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[MXNET-849] - Enable armv7 with pinned docker images. (#12272)
Browse files Browse the repository at this point in the history
* Revert "Temporarily disable ARMv7 builds (#12260)"

This reverts commit a4aced7.

* [MXNET-849] Pin armv7 dockcross image

Co-authored-by: Anton Chernov <mechernov@gmail.com>
  • Loading branch information
2 people authored and marcoabreu committed Aug 23, 2018
1 parent 72efe41 commit e1b2265
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -363,16 +363,16 @@ core_logic: {
}
}
},
// 'ARMv7':{
// node(NODE_LINUX_CPU) {
// ws('workspace/build-ARMv7') {
// timeout(time: max_time, unit: 'MINUTES') {
// utils.init_git()
// utils.docker_run('armv7', 'build_armv7', false)
// }
// }
// }
// },
'ARMv7':{
node(NODE_LINUX_CPU) {
ws('workspace/build-ARMv7') {
timeout(time: max_time, unit: 'MINUTES') {
utils.init_git()
utils.docker_run('armv7', 'build_armv7', false)
}
}
}
},
'ARMv6':{
node(NODE_LINUX_CPU) {
ws('workspace/build-ARMv6') {
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile.build.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# Dockerfile to build MXNet for Android ARMv7

FROM dockcross/linux-armv7
FROM mxnetci/dockcross-linux-armv7:08212018

ENV ARCH armv7l
ENV HOSTCC gcc
Expand Down

0 comments on commit e1b2265

Please sign in to comment.