This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/3.x by this push:
new 7408d89 Bump SM to 60 on Centos 8 (#2547)
7408d89 is described below
commit 7408d8950a59a8c9e8577e71daae64c2daaf5107
Author: Joan Touzet <[email protected]>
AuthorDate: Thu Feb 13 16:11:51 2020 -0500
Bump SM to 60 on Centos 8 (#2547)
---
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') {