summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-02-13 16:11:51 -0500
committerGitHub <noreply@github.com>2020-02-13 16:11:51 -0500
commit7408d8950a59a8c9e8577e71daae64c2daaf5107 (patch)
treeed6eeac667ba78b1dcb9cb92786a7f37d238010a
parent24e2c8bf61a4e82504ea6e6ba2caa779980b9597 (diff)
downloadcouchdb-7408d8950a59a8c9e8577e71daae64c2daaf5107.tar.gz
Bump SM to 60 on Centos 8 (#2547)
-rw-r--r--build-aux/Jenkinsfile.full2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index b1d46e846..181e38871 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') {