summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-01-16 14:15:09 -0500
committerGitHub <noreply@github.com>2020-01-16 14:15:09 -0500
commit355803ea11799cc18f69fd48346184a2625e172a (patch)
tree5a596a621a31383864f8b926eda527ed819854f9 /build-aux
parentd7188ba8dea81739e8535b92ede1c6613bb598f8 (diff)
downloadcouchdb-355803ea11799cc18f69fd48346184a2625e172a.tar.gz
Explicitly disallow SM60 on aarch64
Includes configure changes and Jenkins setting change.
Diffstat (limited to 'build-aux')
-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 c9327f800..f13be068d 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -478,7 +478,7 @@ pipeline {
}
environment {
platform = 'buster'
- sm_ver = '60'
+ sm_ver = '1.8.5'
}
stages {
stage('Build from tarball & test') {