-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--worker_sandboxing works incorrectly #6111
Comments
I think it's fair to call the behavior bugged, but from a code point of view it's more a feature request. :) When I built this, I didn't see a good way how to run the worker under linux-sandbox / sandbox-exec, so I didn't even try to make it more hermetic. I agree that it would be awesome if we could actually launch the worker process in the more hermetic sandbox environment that we use for non-worker actions! |
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 3 years. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out to the triage team ( |
To be fair, with so little documentation it's hard to say conclusively what is "incorrect", but certainly
--worker_sandboxing
differs signficantly from--spawn_strategy=sandboxed
.WORKSPACE
rule.bzl
BUILD
Ubuntu 18.04. Bazel 0.16.1.
So in summary
Worker and non-worker strategies only have the same behavior in the "No sandbox" case. I assume the rest are bugged states?
The text was updated successfully, but these errors were encountered: