snakethatlovesstaticlibs

Results 5 issues of snakethatlovesstaticlibs

### What happened? `coreutils_toolchain` isn't publicly exported, however users may want to define a custom `coreutils_toolchain` because of some esoteric CPU architecture For example, being able to define custom toolchains...

enhancement
help wanted

### What is the current behavior? Currently the arguments to `run_binary` include `tool` which is used to specify the tool which will be executed during the build. This argument is...

enhancement
help wanted

It looks like it's possible to accidentally link against `libatomic.so` even when `MOLD_MOSTLY_STATIC` is set. This PR is an attempt at a fix for this

I have a python interpreter being built from source: ```starlark configure_make( name = "python3", ... ``` which is then used in a `runnable_binary` rule: ```starlark runnable_binary( name = "python_binary", binary...

### Summary Changes to recipe: **opentelemetry-cpp/1.22.0** #### Motivation In https://github.com/open-telemetry/opentelemetry-cpp/pull/3403, a method to pass custom credentials handlers was added to `opentelemetry-cpp`. However, it is flagged so it is difficult to...