-
### 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…
-
The CI tests use "configure --disable-static" but option does not exist e.g. https://github.com/sleuthkit/sleuthkit/blob/develop/.github/workflows/build-unix.yml#L56
and
```
./configure --help …
-
Currently, we only build and distribute the `x86_64-unknown-linux-gnu` target.
https://github.com/lusingander/stu/issues/26
-
Hello @ryanabx. Very interesting project! In fact, I have wondered for a long time whether writing an AppImage runtime in Rust would be a) feasible and b) beneficial. Unfortunately, I have never done …
-
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 …
-
gonic version: v0.16.4
docker tag: latest
Actually this is irrelevant to issue, but nevermind.
1. Building go-sqlite3 statically is very easy, just pass `-ldflags '-linkmode external -extldflags …
-
The current design is suboptimal and works only with jBallerina: anything in the `resources/` directory will be copied to the executable `.jar` file. But there is no API to access these resources at r…
-
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
-
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…