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 2022/09/22 13:37:38 UTC

[couchdb] branch main updated: Bump Erlang versions in CI

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 16d88d95b Bump Erlang versions in CI
16d88d95b is described below

commit 16d88d95bafdc4b0e76f830150207a8b6c88df65
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Thu Sep 22 02:25:55 2022 -0400

    Bump Erlang versions in CI
    
    Both pr and full builds.
---
 build-aux/Jenkinsfile.full | 4 ++--
 build-aux/Jenkinsfile.pr   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index f48c6346f..5a15fccc2 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.15'
+ERLANG_VERSION = '23.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 = '23.3.4.15'
+MINIMUM_ERLANG_VERSION = '23.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 a51e2e20a..1c3dc2f1e 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -242,7 +242,7 @@ pipeline {
         axes {
           axis {
             name 'ERLANG_VERSION'
-            values '23.3.4.15', '24.3.4.2', '25.0.2'
+            values '23.3.4.17', '24.3.4.5', '25.1'
           }
           axis {
             name 'SM_VSN'