Michael Kelly
Michael Kelly
> Sorry for the naïve question, but do you have a concrete example or sample toolchain? It seems quite odd to me to have output directories like bazel-out be present...
> I'm also wondering if something other than `%sysroot%` as a prefix would work better (e.g. `%workspace%`) The issue *appears* to be that it doesn't like relative paths which %workspace%...
> Backing up a bit to the most likely culprit just to double check: have you passed `-no-canonical-prefixes` (gcc/clang) and `-fno-canonical-system-headers` (gcc only) as compile flags in your toolchain, also...
> @kellyma2 Have you checked the flags? Yes. Thanks for the followup.
After some back and forth with @armandomontanez we determined a few things: (1) we had pieces of our toolchain (still) leaking in from the outside world due to ... (2)...
> Correct. Bazel-remote always uses a local disk cache, which it tries to keep disk usage under the --max_size setting using LRU eviction. It also optionally reads and writes blobs...
Interesting. My use case is slightly different - I'm not using S3 itself, I'm using an "S3 compatible" solution on prem attached to Kubernetes. I have to do some experiments...
Seems roughly plausible. I'm on holiday at the moment but will follow-up when I return.
Apologies - this fell off my radar. Will add it to my TODO list for the next week or so Also, @aiuto can you give me a bit more detail...
My guess is that it's on a system variant that we've not poked at thusfar. I just opened a PR to add AlmaLinux 9.3, for example. Can you tell me...