-
### What happened?
I try to create a custom static binary with PHP 8.2 and imagick extension :
```
sudo docker buildx bake --load --set "*.platform=linux/amd64" --set static-builder.args.PHP_VER…
-
Hi!
I can compile sslh in static file?
-
The released linux binaries seem to be dynamically linked to glibc.
It would be better if they were static binaries, maybe linked to musl,
as dynamically linked binaries make little sense on Linux.
…
-
Please make a static binary available so that it's easier to run on obscure systems.
-
First off, thank you for all of your work!
I had a look at [issue #339](https://github.com/emilk/egui/issues/339).
I am presuming that things have changed with egui's dependencies, because `ldd`…
-
Hi,
is it possible to compile it as static binary?
```
/usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-…
pwFoo updated
2 years ago
-
Could you please create a bioconda package for `nail` please?
The advantage of a static binary is gone if i have to install a rust dev env and compile it myself :)
-
alpine uses musl instead of glibc, it would be much pretty great if `wsta` could be a static binary. Do you think this might be possible?
Here's what happens if I run wsta in alpine:
```
# file wsta…
-
Is it possible to make protoscope available as a binary for the common platforms (at least Linux)? For anyone not using go as their language it's rather unfriendly to require the whole language toolc…
yeroc updated
4 months ago
-
**Describe the bug**
The new check to ensure the minimum macOS version of all MachO generates an error when fat binaries of static libraries are included in the wheel.
Our python wheel includes JI…