You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/16 15:11:11 UTC

[couchdb] branch jenkins-185-arm64 created (now 37764a2)

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

wohali pushed a change to branch jenkins-185-arm64
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 37764a2  [Jenkins] Revert to SM 1.8.5 for arm64

This branch includes the following new commits:

     new 37764a2  [Jenkins] Revert to SM 1.8.5 for arm64

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: [Jenkins] Revert to SM 1.8.5 for arm64

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch jenkins-185-arm64
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 37764a2501a9130c1a14f349cd1859a85cb46894
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Jan 16 10:10:39 2020 -0500

    [Jenkins] Revert to SM 1.8.5 for arm64
---
 build-aux/Jenkinsfile.full | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index c9327f8..f13be06 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -478,7 +478,7 @@ pipeline {
           }
           environment {
             platform = 'buster'
-            sm_ver = '60'
+            sm_ver = '1.8.5'
           }
           stages {
             stage('Build from tarball & test') {