summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-02-13 16:11:45 -0500
committerGitHub <noreply@github.com>2020-02-13 16:11:45 -0500
commit874831059bf914f9ab836b29480cd718c009b194 (patch)
tree08b0e618bbf71a194ac9cb2fcb42e661bec11388
parent99f94e634760b67303f0179f257b20b171484cf5 (diff)
downloadcouchdb-874831059bf914f9ab836b29480cd718c009b194.tar.gz
Bump SM to 60 on Centos 8 (#2544)
-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') {