-
Notifications
You must be signed in to change notification settings - Fork 8
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
Does not build when ccache is installed #179
Comments
@digitalentity thanks for your interest in building - and welcome to the party! 🥳 It does 😼 build, of course - at least on:
but what you are obviously really saying here is that it does not build for you on... where?
Please provide as much specific further details about your exact environment where you are hitting this, ideally with steps how to reproduce this - and I'm sure we'll eventually figure this out... Just to double check, you DID install the documented pre-requisites, and you DO indeed e.g. have a
This is kind of interesting... presumably But why is your |
Hey hey! I spent the evening pulling my hair out trying to figure it out - to no avail 🤦 Some details about the system:
Trying to build in the linux environment, without containers. There are really no specific steps to repro - run Fun part is that |
bazelbuild/bazel#12124 seems relevant here... I just realized that I do not actually use If not, the aforementioned bug has number of other tips; |
https://stackoverflow.com/questions/52370202/how-to-get-bazel-ccache-and-sandboxing-to-work-together-ccache-read-only-file is also about this, and seems to suggest to add |
I'm trying to do a clean setup via
What fixed it is falling back to
So we know that there is no problem with the toolchain and it works, at least within a docker container. Now the challenge is to get it running without "metal boxes". Tried Adding
|
Let's keep this open, I'll see if I can make it work with |
Expected Behavior
bazelisk build //...
succeedsActual Behavior
Steps to Reproduce the Problem
bazelisk build //...
Other
The
--sandbox_debug
is not really helpful in understanding why the sandbox is getting mounted read-only.The text was updated successfully, but these errors were encountered: