Skip to content

feat(sandbox): allow sysv shared memory#277

Open
llimllib wants to merge 1 commit into
anthropic-experimental:mainfrom
llimllib:main
Open

feat(sandbox): allow sysv shared memory#277
llimllib wants to merge 1 commit into
anthropic-experimental:mainfrom
llimllib:main

Conversation

@llimllib

Copy link
Copy Markdown

add sysv shared memory, which postgres requires in order to run.

The use case for me is that my tests run a postgres server and I want
the agent to be able to run the tests. This patch is the minimal change
I was able to make to allow it.

closes #87

add sysv shared memory, which postgres requires in order to run.

The use case for me is that my tests run a postgres server and I want
the agent to be able to run the tests. This patch is the minimal change
I was able to make to allow it.

closes anthropic-experimental#87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sandboxed PostgreSQL initdb fails on macOS (shmget operation not permitted)

1 participant