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/04/13 19:50:41 UTC

[couchdb] 14/15: Update Erlang 24 for CI

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

commit ae791731ccadd16ec1fe5eafa6795726155d9bd9
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 efbf1db5a..e7abc9e47 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'