Andreas Herrmann

Results 248 comments of Andreas Herrmann

@Jonpez2 Thanks for the mailing list thread. I'll take a look. I saw Alex Eagle mentioned the community day session there. I've been meaning to share my notes here. I'll...

I raised this issue in today’s [Remote Execution API Working Group monthly meeting](https://docs.google.com/document/d/1EtQMTn-7sKFMTxIMlb0oDGpvGCMAuzphVcfx58GWuEM/edit?usp=sharing). Here is the outcome of that discussion: - The RBE protocol already effectively has two notions of...

Thanks for reaching out @ar3s3ru! Flake support is also planned but tracked in https://github.com/tweag/rules_nixpkgs/issues/348. Yes, it's possible to mix `MODULE.bazel` and the old repo rules. There are several ways to...

> It appears facebook have a starlark language server for buck2 (https://github.com/facebookexperimental/starlark-rust). Maybe this could be of use? Linking to https://github.com/facebookexperimental/starlark-rust/pull/51 for potentially relevant context.

Thank you for raising this issue @uri-canva, it’s an important topic to clarify! > Translating these into host, exec and target it implies that `rules_nixpkgs` supports: > > 1. host...

Thanks for clarifying! I misunderstood what Zig's behavior should be in this case. In the dynamic library case ``` zig build-lib -dynamic libadd.dylib main.zig ``` will generate `libmain.dylib` such that...

> [ ] Allow controlling "fail on `log.err` calls" behavior for tests I just ran into this issue myself. The use case is indeed failure testing, i.e. I want to...

The now open sourced [Nix+Bazel Codelab](https://github.com/tweag/nix_bazel_codelab#running-on-nixos) contains some instructions on forcing a source built protoc on NixOS. This is not the same that this issue is asking about, but part...

The project doesn't need IPv6, so passing `127.0.0.1` instead of `localhost` is a viable work-around. Forgot to mention: I tried passing hints with `addrFamily = AF_INET` in the above mentioned...

> buck2 for bazel users While reading through the existing Buck2 docs I created a [loose collection of things where Buck2 and Bazel differ](https://gist.github.com/aherrmann/da5db753b827ff013b09bdf691ec9827) that may be useful for this.