Aaron Siddhartha Mondal

Results 105 issues of Aaron Siddhartha Mondal

Regarding the layout of this repository: - The `rocm-5.4.3` tag is ahead of `master` and the `dev` branch has been unused since 2016. - The [branch overview](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/branches) also doesn't make...

The `pkgs.pkgsMusl.rust-bin.xxx` toolchains mostly work fine, but (at least) `rustdoc` and `cargo clippy` instacrash with a missing `libgcc_s.so.1`. It seems like the musl stdenvs don't ship the `libgcc` package which...

bug

Instead of this: ```json "eviction_policy": { // 50mb. "max_bytes": 50000000, } ``` We could have this which seems more readable and is standardized in the [Kubernetes Quantity format](https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/#Quantity): ```json "eviction_policy":...

enhancement
good first issue

Should be fixable by reducing the warning level of the keepalive log message.

good first issue

When trying to build LLVM with the K8s setup, the connection drops after ~6000 targets. It appears that this is not recoverable, i.e. rerunning the build doesn't work, likely because...

bug

When you run a build against the K8s example with the `--experimental_remote_cache_compression` flag, it complains that the remote store doesn't support compression. This could give off a false impression that...

bug
enhancement
good first issue

At the moment it's possible to merge commits where a reviewer left an LGTM stamp in Reviewable. This isn't viewed as "accepted" by GitHub, leading to false positives on the...

At the moment we need to do some fairly cloud-unfriendly gymnastics to dynamically set the `value` field in worker configs. For instance: https://github.com/TraceMachina/nativelink/blob/00ff4a088365e616e6094c85d99d999a039338b8/deployment-examples/kubernetes/02_application.sh#L7-L15 This should instead be configurable via environment...

bug
enhancement

The LRE Kubernetes example is fairly complex and isn't an ideal introduction to remote execution. This example simplifies the setup a bit and shows how users can import arbitrary RBE...

This example shows how to build a basic toolchain with a compiler built with rust, pulled in by via nix and exposed in Bazel. The `typst_doc` rule can then be...