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.git
The following commit(s) were added to refs/heads/main by this push:
new aa664378b Add Trixie to CI
aa664378b is described below
commit aa664378b6c8125dd166a7c107da097cdee9cead
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Sep 16 22:30:49 2025 -0400
Add Trixie to CI
---
build-aux/Jenkinsfile | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index 4030ecb0c..168427ad9 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -141,6 +141,15 @@ meta = [
image: "${DOCKER_IMAGE_BASE}-${ERLANG_VERSION}"
],
+ 'trixie': [
+ name: 'Debian x86_64',
+ spidermonkey_vsn: '128',
+ with_nouveau: true,
+ with_clouseau: true,
+ quickjs_test262: true,
+ image: "apache/couchdbci-debian:trixie-erlang-${ERLANG_VERSION}"
+ ],
+
'freebsd-x86_64': [
name: 'FreeBSD x86_64',
spidermonkey_vsn: '91',