Skip to content

Commit

Permalink
Add Debian Bookworm to full CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickva committed Nov 12, 2023
1 parent e5a638c commit 16162e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ meta = [
image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}"
],

'bookworm': [
name: 'Debian 12',
spidermonkey_vsn: '78',
enable_nouveau: true,
image: "apache/couchdbci-debian:bookworm-erlang-${ERLANG_VERSION}"
],

'freebsd-x86_64': [
name: 'FreeBSD',
spidermonkey_vsn: '91',
Expand Down

0 comments on commit 16162e6

Please sign in to comment.