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 18:45:01 UTC

[couchdb] 01/01: Bump SM to 60 on Centos 8

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

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

commit db1dccb51e6c8e7f3f0edb16898b333dd3d48683
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Feb 13 13:44:37 2020 -0500

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