You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/01/19 17:37:35 UTC

[couchdb] branch 3.3.x updated: Update Erlang versions

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 3.3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.3.x by this push:
     new 24a56d4ca Update Erlang versions
24a56d4ca is described below

commit 24a56d4ca1e6b4d140d75815bdceb8b276170178
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu Dec 29 16:32:01 2022 -0500

    Update Erlang versions
    
    Update all 23,24,25 to latest patch versions
    
    Use 24 as a base for the full CI run
---
 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 425cfb21b..efbf1db5a 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 = '23.3.4.17'
+ERLANG_VERSION = '24.3.4.7'
 
 // 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 = '23.3.4.17'
+MINIMUM_ERLANG_VERSION = '23.3.4.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 ba4107af2..bcb8b69ad 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 = '23.3.4.15'
+    LOW_ERLANG_VER = '23.3.4.18'
   }
 
   options {
@@ -247,7 +247,7 @@ pipeline {
         axes {
           axis {
             name 'ERLANG_VERSION'
-            values '23.3.4.17', '24.3.4.5', '25.1'
+            values '23.3.4.18', '24.3.4.7', '25.2'
           }
           axis {
             name 'SM_VSN'