-
### Describe the issue
When integrating the DatadogCrashReporting pod into our project, we encountered an issue due to its inclusion of statically linked binaries. The error is as follows:
[!] The '…
-
Currently, we only build and distribute the `x86_64-unknown-linux-gnu` target.
https://github.com/lusingander/stu/issues/26
-
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 …
-
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 …
-
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
-
Discovered during #70054. Don't know what's happening, but I'm adding skips in `dist` for now.
-
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…
-
Добрый день, столкнулась с ошибкой при интеграции sdk со стороны ios.
[!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (/Users/maksim/Desktop/разраб…
-
### Problem
The current build process for `corpora_cli/main.py` does not produce standalone static binaries, which is necessary for ensuring portability and ease of deployment across different environ…
-
I built the statically linked binary inside a podman container and copied it to the host.
Running it crashes immediately with `A signal 8 (Floating point exception) was received.`
Compiled on comm…