Skip to content

Help Setting Up Development Environment using .devcontainer #4145

Answered by zachlankton
zachlankton asked this question in Q&A
Discussion options

You must be logged in to vote

It actually appears that there is a deeper issue with VS Code Dev Containers (maybe just in windows?), and it has something to do with the way the folder is mounted in the dev container.

I've tried multiple container configurations and docker images and nothing I do can get all the tests to pass using a devcontainer. The same 2 tests fail every time.

However... when I clone the repo inside the container and run all the config, make, dev/run, make/check commands everything works perfectly! All tests pass!


Final Working Solution (what worked for me)

Use Docker to run an empty CouchDB CI Container. These images have all the dependencies needed to run and pass all the tests. Additionally, th…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by zachlankton
Comment options

You must be logged in to vote
1 reply
@zachlankton
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants