This is an automated email from the ASF dual-hosted git repository.
nickva 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 4b07af8 Skip s390x package building for now
4b07af8 is described below
commit 4b07af82002c92ba07ad753e214ebbfd3d2fdf49
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Mon May 18 00:06:38 2026 -0400
Skip s390x package building for now
We're seeing Java 21 error on bookworm
```
* What went wrong:
java.lang.UnsupportedOperationException (no error message)
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.
make[3]: *** [Makefile:564: extra/nouveau] Error 1
```
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index e984670..9f29d8f 100755
--- a/build.sh
+++ b/build.sh
@@ -32,7 +32,7 @@ DEBIANS="debian-bullseye debian-bookworm debian-trixie"
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 ubuntu-resolute centos-8 centos-9 centos-10"
-XPLAT_ARCHES="arm64 ppc64le s390x"
+XPLAT_ARCHES="arm64 ppc64le"
BINARY_API="https://apache.jfrog.io/artifactory"
ERLANGVERSION=${ERLANGVERSION:-26.2.5.20}
REPO_NAME="couch-dev"