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 08:01:53 UTC

[couchdb-ci] 01/01: Update Erlang 24 to latest patch

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

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

commit c432741d70150f1c3092fa47ee6b8eac71a8b8c1
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Fri Feb 24 02:59:38 2023 -0500

    Update Erlang 24 to latest patch
    
    Also add s390x architecture back into the mix. We got a new Linux on Z
    (s390x) instance to test on.
---
 bin/install-dependencies.sh |  2 +-
 build.sh                    |  4 ++--
 pull-all-couchdbdev-docker  | 14 +++++++-------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/bin/install-dependencies.sh b/bin/install-dependencies.sh
index ecc69fc..133e4c4 100755
--- a/bin/install-dependencies.sh
+++ b/bin/install-dependencies.sh
@@ -30,7 +30,7 @@ set -e
 
 # Defaults updated 2019-10-14
 NODEVERSION=${NODEVERSION:-14}
-ERLANGVERSION=${ERLANGVERSION:-24.3.4.7}
+ERLANGVERSION=${ERLANGVERSION:-24.3.4.9}
 ELIXIRVERSION=${ELIXIRVERSION:-v1.13.4}
 
 
diff --git a/build.sh b/build.sh
index f9888af..5fec2f1 100755
--- a/build.sh
+++ b/build.sh
@@ -51,13 +51,13 @@ UBUNTUS="ubuntu-bionic ubuntu-focal ubuntu-jammy"
 CENTOSES="centos-7 rockylinux-8"
 ERLANGALL_BASE="debian-bullseye"
 XPLAT_BASE="debian-bullseye"
-XPLAT_ARCHES="arm64v8 ppc64le"
+XPLAT_ARCHES="arm64v8 ppc64le s390x"
 PASSED_BUILDARGS="$buildargs"
 
 #  Allow overriding this list from the command line
 #  BUILDX_PLATFORMS=foo,bar ./build.sh ...
 #
-: "${BUILDX_PLATFORMS:=linux/amd64,linux/arm64,linux/ppc64le}"
+: "${BUILDX_PLATFORMS:=linux/amd64,linux/arm64,linux/ppc64le,linux/s390x}"
 
 check-envs() {
   buildargs=$PASSED_BUILDARGS
diff --git a/pull-all-couchdbdev-docker b/pull-all-couchdbdev-docker
index aff103d..de06244 100644
--- a/pull-all-couchdbdev-docker
+++ b/pull-all-couchdbdev-docker
@@ -8,15 +8,15 @@ couchdbci-debian:bullseye-erlang-23.3.4.17
 couchdbci-debian:buster-erlang-23.3.4.17
 couchdbci-debian:bullseye-erlang-25.2
 couchdbci-debian:bullseye-erlang-23.3.4.18
-couchdbci-debian:buster-erlang-24.3.4.7	14
-couchdbci-debian:bullseye-erlang-24.3.4.7
-couchdbci-centos:8-erlang-24.3.4.7
-couchdbci-centos:7-erlang-24.3.4.7
+couchdbci-debian:buster-erlang-24.3.4.9
+couchdbci-debian:bullseye-erlang-24.3.4.9
+couchdbci-centos:8-erlang-24.3.4.9
+couchdbci-centos:7-erlang-24.3.4.9
 couchdbci-ubuntu:bionic-erlang-23.3.4.17
 couchdbci-ubuntu:focal-erlang-23.3.4.17
-couchdbci-ubuntu:bionic-erlang-24.3.4.7
-couchdbci-ubuntu:jammy-erlang-24.3.4.7
-couchdbci-ubuntu:focal-erlang-24.3.4.7
+couchdbci-ubuntu:bionic-erlang-24.3.4.9
+couchdbci-ubuntu:jammy-erlang-24.3.4.9
+couchdbci-ubuntu:focal-erlang-24.3.4.9
 )
 
 for image in ${KEEP_IMAGES[*]}