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

[couchdb] 01/01: [Jenkins] Revert to SM 1.8.5 for arm64

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') {