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 6e25a278f Bump all Erlang patch versions
6e25a278f is described below
commit 6e25a278f0226e8ebacde16a52828b5eb9d90a8a
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Sat Mar 8 19:44:52 2025 -0500
Bump all Erlang patch 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 bdbd0bf63..d0eb93c1b 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 = '25.3.2.15'
+ERLANG_VERSION = '25.3.2.18'
// 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 = '25.3.2.15'
+MINIMUM_ERLANG_VERSION = '25.3.2.18'
// 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 0e25b9555..af0f35b65 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 = '25.3.2.15'
+ LOW_ERLANG_VER = '25.3.2.18'
}
options {
@@ -247,7 +247,7 @@ pipeline {
axes {
axis {
name 'ERLANG_VERSION'
- values '25.3.2.15', '26.2.5.4', '27.1.1'
+ values '25.3.2.18', '26.2.5.9', '27.3'
}
axis {
name 'SM_VSN'