-
We recently reverted the musl build for sbtn due to ipcsocket JNI loading issue. However, I think we should try again.
The lack of test coverage bit us, but I don't think that's a reason to abandon …
-
Currently, we only build and distribute the `x86_64-unknown-linux-gnu` target.
https://github.com/lusingander/stu/issues/26
-
It can be nice to have a self-contained executable and not have to worry about dynamic libraries. But dawn seems to be linked dynamically in the default configuration. I did some poking around but cou…
-
I noticed that my CI takes a lot of time downloading dependencies for deadnix (namely libgcc, glibc and their dependencies). I think this could be avoided by using a binary that is statically linked a…
jzbor updated
1 month ago
-
Is it possible to have an option to compile a statically linked Go binary so there's no dependency on having libchdb.so present on the machine it's running on?
My understanding is you need to build a …
-
## Problem
`libatomic` is forced to link dynamically, preventing static builds. Is there a reason for this?
## Reproduction
```rust
#[global_allocator]
static ALLOCATOR: snmalloc_rs::SnMall…
-
Currently, only `coreutils` provide fully statically linked pre-built [binaries](https://github.com/uutils/coreutils/releases/download/0.0.26/coreutils-0.0.26-x86_64-unknown-linux-musl.tar.gz).
Thi…
vazub updated
1 month ago
-
Currently, the provided executable is dynamically linked and will refuse to start on machines with obsolete GLIBC versions. (prior to GLIBC 2.28, which is released on Aug 2018) Since we are not using …
-
Hi! I am the creator of `BigDl`, and it is also written in Go, I thought it'd be beneficial for Copacabana to use existing repos, my binary manager uses Toolpacks as its main repo, and my repo of shel…
-
Hi, I tried to build `binsider` to add in https://github.com/Azathothas/Toolpacks on `alpine:latest`, however it errors out with:
```bash
Compiling lddtree v0.3.5
Compiling lurk-cli v0.3.6
e…