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-pkg.git


The following commit(s) were added to refs/heads/main by this push:
     new c928bd6  Update Erang to 24 for building packages
c928bd6 is described below

commit c928bd6cce7ae05ad8b177afe5e6b628aaf378ee
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Dec 29 20:42:43 2022 -0500

    Update Erang to 24 for building packages
    
    Also handle the newer Rocky 8.7 version
---
 Makefile | 1 +
 build.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f51aabe..763dd49 100644
--- a/Makefile
+++ b/Makefile
@@ -138,6 +138,7 @@ centos8: sm-ver-rpm make-rpmbuild centos
 # Rocky 8 is a CentOS 8 alias
 rocky-8: centos-8
 rocky-8.6: centos-8
+rocky-8.7: centos-8
 
 # aarch64 RHEL-based
 aarch64-rhel: DIST=rhel
diff --git a/build.sh b/build.sh
index 531ec3f..8bea4c8 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ CENTOSES="centos-7 centos-8"
 XPLAT_BASE="debian-bullseye"
 XPLAT_ARCHES="arm64 ppc64le"
 BINARY_API="https://apache.jfrog.io/artifactory";
-ERLANGVERSION=${ERLANGVERSION:-23.3.4.14}
+ERLANGVERSION=${ERLANGVERSION:-24.3.4.7}
 
 split-os-ver() {
   OLDIFS=$IFS

Reply via email to