Jan Heidbrink

Results 37 comments of Jan Heidbrink

Maybe the `--explain` flag is helpful for the analysis? https://bazel.build/reference/command-line-reference#flag--explain

So far I couldn't reproduce the low cache hit ratio from https://github.com/magma/magma/issues/13362#issuecomment-1261913772 I completely removed all cache directives (including `--remote_download_...`) from `.bazelrc` and used the following line in zsh to...

Looking at the last Bazel Build & Test: https://github.com/magma/magma/actions/runs/3335346711/jobs/5519231653 (config=asan, build only C targets) ``` INFO: Elapsed time: 51.031s, Critical Path: 1.92s INFO: 5155 processes: 5152 remote cache hit, 1...

would building and directly installing be an alternative?

A dedicated Bazel target might be needed. Maybe we can learn from how it's done for C.

Just stumbled upon https://news.ycombinator.com/item?id=29566654 > Ideally your IDE supports Bazel. There's a Bazel plugin for Intellij that works reasonable well for Java. We use python primarily, and while this plugin...

The speed of fresh bazel build's is also a subject of https://github.com/magma/magma/issues/13362 - having more remote cache hits might amend this problem.

The speed of fresh bazel build's is also a subject of https://github.com/magma/magma/issues/13362 - having more remote cache hits might amend this problem.

I used this action with the `limit-access-to-actor` option and found that it didn't accept my RSA key configured in Github. Adding an ed25519 key to Github helped.