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/09 09:17:29 UTC

[couchdb] 01/01: Revert "Disable arm64v8"

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

bessbd pushed a commit to branch jenkins-enable-arm64v8
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 8a242fc4d5f0ef437719c9fd80456730df4b7b04
Author: Bessenyei Balázs Donát <be...@apache.org>
AuthorDate: Fri Apr 9 11:16:50 2021 +0200

    Revert "Disable arm64v8"
    
    This reverts commit 2679fda23157b609de1232b1dc9ef53aa0971481.
---
 build-aux/Jenkinsfile.full | 1 -
 1 file changed, 1 deletion(-)

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