summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2023-02-24 13:25:42 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-02-24 14:11:16 -0500
commit301797c56be6b7d5ad565dc1b45ca6e706b98dc4 (patch)
tree2841724713f25202212550b275897b57739ad600
parentcc674a85e68c47abe76599bd9aa5066a7800c308 (diff)
downloadcouchdb-301797c56be6b7d5ad565dc1b45ca6e706b98dc4.tar.gz
Update Erlang 24 for CI
Multi-arch images were updated in https://hub.docker.com/r/apache/couchdbci-debian/tags
-rw-r--r--build-aux/Jenkinsfile.full2
-rw-r--r--build-aux/Jenkinsfile.pr2
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'