This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 022ffd15f Update CI Erlang versions
022ffd15f is described below
commit 022ffd15f0fbb29aaa8c2b97e9eda0695a6d3759
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed May 8 00:59:55 2024 -0400
Update CI Erlang versions
---
build-aux/Jenkinsfile.full | 4 ++--
build-aux/Jenkinsfile.pr | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 0f72528b9..474c6be89 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -14,11 +14,11 @@
// the License.
// Erlang version embedded in binary packages
-ERLANG_VERSION = '24.3.4.15'
+ERLANG_VERSION = '24.3.4.17'
// Erlang version used for rebar in release process. CouchDB will not build
from
// the release tarball on Erlang versions older than this
-MINIMUM_ERLANG_VERSION = '24.3.4.15'
+MINIMUM_ERLANG_VERSION = '24.3.4.17'
// We create parallel build / test / package stages for each OS using the
metadata
// in this map. Adding a new OS should ideally only involve adding a new entry
here.
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index 16f671276..707d2d089 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -50,7 +50,7 @@ pipeline {
// Search for ERLANG_VERSION
// see https://issues.jenkins.io/browse/JENKINS-61047 for why this cannot
// be done parametrically
- LOW_ERLANG_VER = '24.3.4.15'
+ LOW_ERLANG_VER = '24.3.4.17'
}
options {
@@ -247,7 +247,7 @@ pipeline {
axes {
axis {
name 'ERLANG_VERSION'
- values '24.3.4.15', '25.3.2.8', '26.2.1'
+ values '24.3.4.17', '25.3.2.12', '26.2.5'
}
axis {
name 'SM_VSN'