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/05/25 18:54:40 UTC

[couchdb-pkg] 02/04: Add s390x support to RHEL 8 RPM pkg

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

commit e5b6e949d15643bed32a4e2906a53b3ead8d9e97
Author: Kun-Lu <ku...@ibm.com>
AuthorDate: Tue May 23 13:55:02 2023 -0400

    Add s390x support to RHEL 8 RPM pkg
    
    Signed-off-by: Kun-Lu <ku...@ibm.com>
---
 Makefile | 15 +++++++--------
 build.sh |  1 +
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile
index e113dd1..7e8940f 100644
--- a/Makefile
+++ b/Makefile
@@ -171,14 +171,13 @@ centos9: SPIDERMONKEY_DEV=mozjs78-devel
 centos9: SM_VER=78
 centos9: 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
-
-# Rocky 9 is a CentOS 9 alias
-rocky-9: centos-9
-# s390x RHEL clone 9 based
+# Almalinux 8 is a CentOS 8 alias
+almalinux-8: centos-8
+# Almalinux 9 is a CentOS 9 alias
+almalinux-9: centos-9
+# s390x RHEL 8 clone based
+s390x-centos-8: centos-8
+# s390x RHEL 9 clone based
 s390x-centos-9: centos-9
 
 # aarch64 RHEL-based
diff --git a/build.sh b/build.sh
index 9fd6e06..4e8af25 100755
--- a/build.sh
+++ b/build.sh
@@ -112,6 +112,7 @@ build-all-couch() {
       CONTAINERARCH="${arch}" build-couch ${base}
     done
   done
+  CONTAINERARCH="s390x" build-couch centos-8
   CONTAINERARCH="s390x" build-couch centos-9
 }