-
One of the goals of Go 1.21's reproducible builds effort was to have the binaries we post on go.dev/dl match the binaries that other distributions post after building from source. Of course, to make t…
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
Cross.toml
```
[target.x86_64-unkno…
-
Env:
Os: Linux (opensuse)
ffmpeg version use : 4.3.2
Step 1:
cross compile ffmpeg using musl
```bash
#!/bin/bash
export PATH=/home/even/build/armv7l-linux-musleabihf-cross/bin:$PATH
ex…
-
how can I compile this (hopefully as a static executable)?
-
In my `/etc/nixos/configuration.nix` I tried
```nix
{ config, pkgs, ... }:
let
# ...
rustOverlay = import ("${builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master…
-
Hi,
I'm trying to build DirectFB2 with musl-libc for embedded use, but it fails at various points complaining about types and definitions.
I've found some patches fixing similar issues in the [A…
-
The Overview doc says "I suspect [frawk] would run much slower on a 64-bit non-x86 architecture." Does that mean it frawk would be slower on ARM than frawk on x84, or that frawk would be slower than g…
-
Getting this:
```
[Error - 1:44:15 PM] The LLM VS Code server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
/home/user/.vscode-server…
-
I’d like to have the aarch64 version of musl-based build. It seems that I could just add a new triple to the build matrix.
Is there anything more to consider? If it’s that simple, I’d like to make a …
-
I tried our tessel with rust again today. Looks like there's been some progress since the summer! However:
```
$ t2 run blinky
INFO Looking for your Tessel...
INFO Connected to Tessel-02A35010D6…