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

vatamane pushed a commit to branch add-trixie-to-ci
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a8abd46c83ca48a2264591dc70b1f1ab83576054
Author: Nick Vatamaniuc <vatam...@gmail.com>
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',

Reply via email to