summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-02-13 16:11:54 -0500
committerGitHub <noreply@github.com>2020-02-13 16:11:54 -0500
commit76ce71b34b4a64ef5e8c3cf567d47fc76879012a (patch)
treeed6eeac667ba78b1dcb9cb92786a7f37d238010a
parent24e2c8bf61a4e82504ea6e6ba2caa779980b9597 (diff)
downloadcouchdb-76ce71b34b4a64ef5e8c3cf567d47fc76879012a.tar.gz
Bump SM to 60 on Centos 8 (#2548)
-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') {