We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608ea99 commit 07986a2Copy full SHA for 07986a2
README.md
@@ -97,6 +97,10 @@ build --repo_env=HERMETIC_CC_TOOLCHAIN_CACHE_PREFIX=/path/to/cache
97
build --sandbox_add_mount_pair=/path/to/cache
98
```
99
100
+If you get an error `unable to create compilation: ReadOnlyFileSystem`,
101
+try adding `build --sandbox_writable_path=/path/to/cache` to `.bazelrc`
102
+which is known to resolve the issue for some users.
103
+
104
The snippets above will download the zig toolchain and make the bazel
105
toolchains available for registration and usage. If nothing else is done, this
106
will work for some minimal use cases. The `.bazelrc` snippet instructs Bazel to
0 commit comments