This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch wh/fix-prometheus in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d3490c7e4113ac36f34d9e4b0ddbb8de6a9d01f7 Author: Will Holley <[email protected]> AuthorDate: Fri Nov 28 08:30:28 2025 +0000 update devcontainer --- .devcontainer/Dockerfile | 2 +- .devcontainer/devcontainer.json | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2670d8795..2f4672d1b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ ARG COUCHDB_IMAGE FROM ${COUCHDB_IMAGE} # Install SpiderMonkey 78 and tell CouchDB to use it in configure -ENV SM_VSN=78 +#ENV SM_VSN= USER root diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index eb0831cf5..5befbbf48 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,11 +5,10 @@ "context": "..", "args": { // Useful choices include: - // apache/couchdbci-debian:bullseye-erlang-26.1.2 - // apache/couchdbci-debian:bullseye-erlang-25.3.2.7 - // apache/couchdbci-debian:bookworm-erlang-24.3.4.14 + // apache/couchdbci-debian:bookworm-erlang-28.2 + // apache/couchdbci-debian:bookworm-erlang-27.3.4.6 // - "COUCHDB_IMAGE": "apache/couchdbci-debian:bullseye-erlang-24.3.4.14" + "COUCHDB_IMAGE": "apache/couchdbci-debian:bookworm-erlang-27.3.4.6" } }, @@ -23,7 +22,7 @@ // Your code will live inside the volume created for the container under /workspace. "workspaceMount": "target=/workspaces/couchdb,type=volume", "workspaceFolder": "/workspaces/couchdb", - "postCreateCommand": "./configure --with-nouveau --with-clouseau && make", + "postCreateCommand": "./configure --disable-spidermonkey --with-nouveau --with-clouseau && make", "customizations": { "vscode": {
