To prevent file deletion: --sandbox_debug
(https://docs.bazel.build/versions/master/command-line-reference.html#flag--sandbox_debug).
To disable sandboxing: --spawn_strategy=standalone
(https://docs.bazel.build/versions/master/command-line-reference.html#flag--spawn_strategy).
--
László Csomor | Software Engineer | laszlo...@google.com
Google Germany GmbH | Erika-Mann-Str. 33 | 80636 München | Germany
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
On Wed, Jan 29, 2020 at 9:53 AM <seee...@gmail.com> wrote:
>
> I am new to Bazel and trying to wrap my head around how certain things work (like `include_prefix`).
>
> I'm not sure whether disabling sandbox will help me. But I'd still like to know if there is a way to disable sandbox.
>
> What I actually want is to debug my configuration. I would like to inspect the contents of sandbox directory. It would greatly help me if I can prevent sandbox files from being deleted.
>
> Please let me know if you know how to do either one of the two things in the title.
>
> --
> You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to bazel-...@googlegroups.com.