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:11:54 UTC

[couchdb] branch master updated: Bump SM to 60 on Centos 8 (#2544)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8748310  Bump SM to 60 on Centos 8 (#2544)
8748310 is described below

commit 874831059bf914f9ab836b29480cd718c009b194
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Thu Feb 13 16:11:45 2020 -0500

    Bump SM to 60 on Centos 8 (#2544)
---
 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') {