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 8d1479d68 Update Erlang versions
8d1479d68 is described below
commit 8d1479d6825e8bc5f67e46d7c9fb8ed1c162b131
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Dec 29 16:32:01 2022 -0500
Update Erlang versions
Update all 23,24,25 to latest patch versions
Use 24 as a base for the full CI run
---
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 ddb99e805..03d2afd0d 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 = '23.3.4.17'
+ERLANG_VERSION = '24.3.4.7'
// 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 = '23.3.4.17'
+MINIMUM_ERLANG_VERSION = '23.3.4.18'
// 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 ba4107af2..bcb8b69ad 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 = '23.3.4.15'
+ LOW_ERLANG_VER = '23.3.4.18'
}
options {
@@ -247,7 +247,7 @@ pipeline {
axes {
axis {
name 'ERLANG_VERSION'
- values '23.3.4.17', '24.3.4.5', '25.1'
+ values '23.3.4.18', '24.3.4.7', '25.2'
}
axis {
name 'SM_VSN'