Diego Ortin

Results 19 comments of Diego Ortin

Having a sidebar with links to the different rules would also be great, I currently have to jump to the top and back down all the time

I'm hitting the same problem with dependencies built with `rules_foreign_cc`. They are discarded and rebuilt every single time, even if I do not modify anything. In fact, the sources I'm...

My issue turned out to be related to artifacts produced by rules_foreign_cc not being deterministic, as some build IDs end up in its build log file. I’m not entirely sure...

> @dieortin Does this solve your use case? I haven't tested it, but it should solve it, yes!

Is this expected to be merged? At this time `implementation_deps` is unusable when developing with CLion

We're having this error. I've tried removing `--copts` from the `bazelrc` files, but it made no difference at all. We're running CLion 2023.2.2 in remote gateway mode, with the latest...

The host is SUSE Linux Real Time 15 SP4

I have found the source of the problem: because we are running graphical C++ applications in remote mode with JetBrains Gateway, we're using the `--run_under` bazel flag in the run...