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 18:27:02 UTC

[couchdb] branch update-erlang-24-in-ci created (now a9b48d8bd)

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

vatamane pushed a change to branch update-erlang-24-in-ci
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at a9b48d8bd Update Erlang 24 for CI

This branch includes the following new commits:

     new a9b48d8bd Update Erlang 24 for CI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Update Erlang 24 for CI

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch update-erlang-24-in-ci
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a9b48d8bdb0f461b4f5135611bc382cb1d38a19b
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'