This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch jenkins-arm-anywhere in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 0465134f4a491d7e851aedbb8ecd04725403adcd Author: Joan Touzet <[email protected]> AuthorDate: Fri May 3 16:42:38 2019 -0400 [WIP] Use aarch64 image on x86_64 ASF builder --- Jenkinsfile | 3 ++- src/hqueue | 1 + src/ken | 1 + src/proper | 1 + src/smoosh | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c575748..dde4293 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -79,7 +79,8 @@ pipeline { // npm config cache below is required because /home/jenkins doesn't // ACTUALLY exist in the image docker { - image 'couchdbdev/debian-stretch-erlang-19.3.6:latest' + //image 'couchdbdev/debian-stretch-erlang-19.3.6:latest' + image 'couchdbdev/aarch64-debian-stretch-erlang-20.3.8.20:latest' alwaysPull true args '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group' label 'ubuntu' diff --git a/src/hqueue b/src/hqueue new file mode 160000 index 0000000..b42f55e --- /dev/null +++ b/src/hqueue @@ -0,0 +1 @@ +Subproject commit b42f55ecfd85807ac82c71d9475461abfa87b9d1 diff --git a/src/ken b/src/ken new file mode 160000 index 0000000..2cafa80 --- /dev/null +++ b/src/ken @@ -0,0 +1 @@ +Subproject commit 2cafa8003986081bd377708effe263857d75c9ac diff --git a/src/proper b/src/proper new file mode 160000 index 0000000..f2b7b81 --- /dev/null +++ b/src/proper @@ -0,0 +1 @@ +Subproject commit f2b7b81666b21707244a40857cf50f4362b6e3c2 diff --git a/src/smoosh b/src/smoosh new file mode 160000 index 0000000..8553ee6 --- /dev/null +++ b/src/smoosh @@ -0,0 +1 @@ +Subproject commit 8553ee662c6bfd08daabf521cf5c46e0e1696b9b
