This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch add-almalinux-minor-versions in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit d783992d5decf4e68a8270105c28f96b37eaec83 Author: Ronny Berndt <[email protected]> AuthorDate: Sat Jun 13 17:53:31 2026 +0200 Add Almalinux 9.8 and 10.2 for package building --- Makefile | 10 +++++++++- build.sh | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8d66385..b27a23b 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,8 @@ else PKGARCH=$(shell arch) endif +MAKEOPTS="--output-sync=target" + # Overridden for targets with SM60 in per-target env vars below. SPIDERMONKEY=couch-libmozjs185-1.0 SPIDERMONKEY_DEV=couch-libmozjs185-dev @@ -232,6 +234,7 @@ almalinux-9.4: centos-9 almalinux-9.5: centos-9 almalinux-9.6: centos-9 almalinux-9.7: centos-9 +almalinux-9.8: centos-9 aarch64-almalinux-9.4: PKGARCH=aarch64 aarch64-almalinux-9.4: centos-9 aarch64-almalinux-9.5: PKGARCH=aarch64 @@ -240,6 +243,8 @@ aarch64-almalinux-9.6: PKGARCH=aarch64 aarch64-almalinux-9.6: centos-9 aarch64-almalinux-9.7: PKGARCH=aarch64 aarch64-almalinux-9.7: centos-9 +aarch64-almalinux-9.8: PKGARCH=aarch64 +aarch64-almalinux-9.8: centos-9 aarch64-almalinux-9: PKGARCH=aarch64 aarch64-almalinux-9: centos-9 # s390x RHEL 8 clone based @@ -255,10 +260,13 @@ ppc64le-centos-9: centos-9 # Almalinux 10 is a CentOS 10 alias almalinux-10: centos-10 almalinux-10.1: centos-10 +almalinux-10.2: centos-10 aarch64-almalinux-10: PKGARCH=aarch64 aarch64-almalinux-10: centos-10 aarch64-almalinux-10.1: PKGARCH=aarch64 aarch64-almalinux-10.1: centos-10 +aarch64-almalinux-10.2: PKGARCH=aarch64 +aarch64-almalinux-10.2: centos-10 # s390x RHEL 10 clone based s390x-centos-10: centos-10 ppc64le-centos-10: centos-10 @@ -313,7 +321,7 @@ update-changelog: cd $(DISTDIR) && dch -v $(VERSION)~$(PLATFORM) $(DEBCHANGELOG) dpkg: - cd $(DISTDIR) && dpkg-buildpackage -b -us -uc + cd $(DISTDIR) && MAKEOPTS=$(MAKEOPTS) dpkg-buildpackage -b -us -uc # lintian happens to be stuck on arm64 builds on some ubuntu/debian versions # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964770 diff --git a/build.sh b/build.sh index 9f29d8f..32ac657 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ CENTOSES="centos-8 centos-9 centos-10" XPLAT_BASES="debian-bullseye debian-bookworm debian-trixie ubuntu-jammy ubuntu-noble ubuntu-resolute centos-8 centos-9 centos-10" XPLAT_ARCHES="arm64 ppc64le" BINARY_API="https://apache.jfrog.io/artifactory" -ERLANGVERSION=${ERLANGVERSION:-26.2.5.20} +ERLANGVERSION=${ERLANGVERSION:-27.3.4.13} REPO_NAME="couch-dev" split-os-ver() {
