This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch jenkins-update-erlang-versions in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit c9e93bf845cfbce95d6a559262398ed69a2b302d Author: Nick Vatamaniuc <[email protected]> AuthorDate: Sun Apr 27 19:02:12 2025 -0400 Update erlang version to their latest 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 661845f02..e389d59fd 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.18' +ERLANG_VERSION = '26.2.5.11' // 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.18' +MINIMUM_ERLANG_VERSION = '25.3.2.20' // 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 af0f35b65..09180b17a 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.18' + LOW_ERLANG_VER = '25.3.2.20' } options { @@ -247,7 +247,7 @@ pipeline { axes { axis { name 'ERLANG_VERSION' - values '25.3.2.18', '26.2.5.9', '27.3' + values '25.3.2.20', '26.2.5.11', '27.3.3' } axis { name 'SM_VSN'
