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

big-r81 pushed a commit to branch add-pkg-ubuntu-resolute
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit 703a608771521a76a2f398a73e5a1858063d6655
Author: Ronny Berndt <[email protected]>
AuthorDate: Fri May 15 13:39:37 2026 +0200

    Add package for Ubuntu Resolute Raccoon (26.04)
---
 Makefile | 14 ++++++++++++++
 build.sh |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 02b8711..45d4722 100644
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,20 @@ arm64-ubuntu-noble: ubuntu-noble
 aarch64-ubuntu-noble: ubuntu-noble
 ppc64le-ubuntu-noble: ubuntu-noble
 
+# Ubuntu 26.04 (Resolute)
+ubuntu-resolute: PLATFORM=resolute
+ubuntu-resolute: DIST=ubuntu-resolute
+ubuntu-resolute: SPIDERMONKEY=libmozjs-128-0
+ubuntu-resolute: SPIDERMONKEY_DEV=libmozjs-128-dev
+ubuntu-resolute: SM_VER=128
+ubuntu-resolute: resolute
+resolute: debian
+
+s390x-ubuntu-resolute: ubuntu-resolute
+arm64-ubuntu-resolute: ubuntu-resolute
+aarch64-ubuntu-resolute: ubuntu-resolute
+ppc64le-ubuntu-resolute: ubuntu-resolute
+
 # RPM default
 centos: PKGDIR=../rpmbuild/RPMS/$(PKGARCH)
 centos: find-couch-dist link-couch-dist build-rpm copy-pkgs
diff --git a/build.sh b/build.sh
index 3c1e75e..ef7e11c 100755
--- a/build.sh
+++ b/build.sh
@@ -29,9 +29,9 @@ SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 
 # TODO derive these by interrogating the couchdb-ci repo rather than hard 
coding the list
 DEBIANS="debian-bullseye debian-bookworm debian-trixie"
-UBUNTUS="ubuntu-jammy ubuntu-noble"
+UBUNTUS="ubuntu-jammy ubuntu-noble ubuntu-resolute"
 CENTOSES="centos-8 centos-9 centos-10"
-XPLAT_BASES="debian-bullseye debian-bookworm debian-trixie ubuntu-jammy 
ubuntu-noble 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 s390x"
 BINARY_API="https://apache.jfrog.io/artifactory";
 ERLANGVERSION=${ERLANGVERSION:-26.2.5.20}

Reply via email to