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/02/24 19:11:27 UTC

[couchdb] branch main updated: Update Erlang 24 for 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 301797c56 Update Erlang 24 for CI
301797c56 is described below

commit 301797c56be6b7d5ad565dc1b45ca6e706b98dc4
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri Feb 24 13:25:42 2023 -0500

    Update Erlang 24 for CI
    
    Multi-arch images were updated in https://hub.docker.com/r/apache/couchdbci-debian/tags
---
 build-aux/Jenkinsfile.full | 2 +-
 build-aux/Jenkinsfile.pr   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index bce9f14ec..3a0903b2f 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -14,7 +14,7 @@
 // the License.
 
 // Erlang version embedded in binary packages
-ERLANG_VERSION = '24.3.4.7'
+ERLANG_VERSION = '24.3.4.9'
 
 // Erlang version used for rebar in release process. CouchDB will not build from
 // the release tarball on Erlang versions older than this
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index cf97c900f..4b14cc339 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -247,7 +247,7 @@ pipeline {
         axes {
           axis {
             name 'ERLANG_VERSION'
-            values '23.3.4.18', '24.3.4.7', '25.2'
+            values '23.3.4.18', '24.3.4.9', '25.2'
           }
           axis {
             name 'SM_VSN'