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/02/13 21:12:07 UTC

[couchdb] branch 3.0.x updated: Bump SM to 60 on Centos 8 (#2548)

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

wohali pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new 76ce71b  Bump SM to 60 on Centos 8 (#2548)
76ce71b is described below

commit 76ce71b34b4a64ef5e8c3cf567d47fc76879012a
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Thu Feb 13 16:11:54 2020 -0500

    Bump SM to 60 on Centos 8 (#2548)
---
 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 b1d46e8..181e388 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -258,7 +258,7 @@ pipeline {
           }
           environment {
             platform = 'centos8'
-            sm_ver = '1.8.5'
+            sm_ver = '60'
           }
           stages {
             stage('Build from tarball & test') {