-
Issue overview
--------------
Please consider incorporating digitally signing precompiled binaries to your build/release process. This will allow validation of the integrity of the binaries. (That c…
ghost updated
3 months ago
-
-
On systems that use musl libc, the glibc binaries won't run. So it would be convenient, especially for scripts, to have a ldc2 binary built and released with musl libc. This would save anyone that nee…
-
Are binaries for MAC ARM silicon available?
-
Could be better to raise informative actions users can take when one wants to use any functionality that needs non python dependencies that are not directly installed when using pip install?
Maybe …
-
This is on me, but for future reference, make sure `/bin` is included in the .gitignore. We generally don't want to commit binaries to version control.
jrg94 updated
6 months ago
-
many people are using arm64 devices and having to force docker to use one CPU architecture type , ie x86_64 amd requires additional settings / config and doesn't run optimally
-
## What would you like to have implemented?
Include ARM_64 architecture supported binaries
## Why would it be useful?
AWS Lambda now supports ARM_64 architecture but chrome-aws-lambda only sh…
-
https://github.com/rust-secure-code/cargo-auditable
tmpfs updated
3 months ago
-
Example:
```
$ ninja
$ cp polyfill-glibc out
$ ./polyfill-glibc --remove-kernel-version --add-hash --add-gnu-hash --remove-debug ./out
$ ./out
No input file(s) specified.
$ strip out
$ ./o…