Remix.run Logo
evgenysokov 4 hours ago

The sandbox was already there, Rubydoc runs yard inside docker, the problem is that container still has network access

swiftcoder 3 hours ago | parent | next [-]

Presumably the docker container has network access because something else in the build system requires it? I don't think sandboxing the entire build process is the right level of granularity here - one ideally wants to be able sandbox each package's build scripts individually.

chrisjj 44 minutes ago | parent | prev [-]

So, not a sandbox then.