hermetic_cc_toolchain
hermetic_cc_toolchain copied to clipboard
docs: explain how to handle read-only sandbox paths
Running build without --sandbox_writable_path=/path/to/cache might result in error: unable to create compilation: ReadOnlyFileSystem which has been reported in Bazel Slack workspace. I have also personally experienced this in a small project of mine.
I thought adding this to the docs might help the next user reading it should they face with the same issue.