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 c514959b8 Use the latest Erlang versions in CI
c514959b8 is described below
commit c514959b89f97bb6ab6cc3dfc1c02a2fc82747aa
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Mon Jan 1 22:54:35 2024 -0500
Use the latest Erlang versions in CI
The versions are:
* 24.3.4.15
* 25.3.2.8
* 26.2.1
Related: https://github.com/apache/couchdb-ci/pull/65
https://hub.docker.com/repository/docker/apache/couchdbci-debian/general
https://hub.docker.com/repository/docker/apache/couchdbci-ubuntu/general
https://hub.docker.com/repository/docker/apache/couchdbci-centos/general
---
build-aux/Jenkinsfile.full | 4 ++--
build-aux/Jenkinsfile.pr | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index a41080b14..d51aad2d8 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 = '24.3.4.14'
+ERLANG_VERSION = '24.3.4.15'
// 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 = '24.3.4.14'
+MINIMUM_ERLANG_VERSION = '24.3.4.15'
// 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 551c069ff..16f671276 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -50,7 +50,7 @@ pipeline {
// Search for ERLANG_VERSION
// see https://issues.jenkins.io/browse/JENKINS-61047 for why this cannot
// be done parametrically
- LOW_ERLANG_VER = '24.3.4.14'
+ LOW_ERLANG_VER = '24.3.4.15'
}
options {
@@ -247,7 +247,7 @@ pipeline {
axes {
axis {
name 'ERLANG_VERSION'
- values '24.3.4.14', '25.3.2.7', '26.1.2'
+ values '24.3.4.15', '25.3.2.8', '26.2.1'
}
axis {
name 'SM_VSN'