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 <[email protected]> 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'
