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

Commit

Permalink
Revert "Temporarily disable ARMv7 builds (#12260)"
Browse files Browse the repository at this point in the history
This reverts commit a4aced7.
  • Loading branch information
KellenSunderland committed Aug 21, 2018
1 parent d7b39f4 commit 330da6e
Showing 1 changed file with 10 additions and 10 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

0 comments on commit 330da6e

Please sign in to comment.