You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2021/04/08 17:21:17 UTC

[couchdb] 02/03: Disable arm64v8

This is an automated email from the ASF dual-hosted git repository.

bessbd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 2679fda23157b609de1232b1dc9ef53aa0971481
Author: Bessenyei Balázs Donát <be...@apache.org>
AuthorDate: Tue Apr 6 19:44:08 2021 +0200

    Disable arm64v8
---
 build-aux/Jenkinsfile.full | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 76c5a0d..c07d1a1 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -498,6 +498,7 @@ pipeline {
         } // stage
 
         stage('Debian Buster arm64v8') {
+          when { expression { return false } }
           agent {
             docker {
               image 'couchdbdev/arm64v8-debian-buster-erlang-20.3.8.25-1:latest'