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:28 UTC

[couchdb] branch jenkins-enable-arm64v8 created (now 8a242fc)

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

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


      at 8a242fc  Revert "Disable arm64v8"

This branch includes the following new commits:

     new 8a242fc  Revert "Disable arm64v8"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by be...@apache.org.
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'