-
As I said in #91, I rewrote the manual for the CMLFS toolchain as Copacabana pkgbuild scripts (just plain shell scripts, nothing to worry about), and, since then, I started getting the same error at t…
-
```
Getting RPM package location: rpm musl musl i586
Retrying...
Retrying...
Retrying...
Failed to get RPM package URL for rpm musl musl i586
Getting RPM package location: rpm musl musl i686
Re…
-
My plan for the weekend was/is to investigate how much work is needed to port to musl. I was expecting most of the time to be spent on the testsuite, but we fail to build:
```
cmd/bpf_dump.c: In fun…
-
### What version of Bun is running?
N/A
### What platform is your computer?
Linux 6.6.47_1 x86_64 unknown
### What steps can reproduce the bug?
I am completely unable to run bun on my Void Linux …
-
Currently our config looks a bit like this:
```rust
cfg.skip_field(move |struct_, field| {
(struct_ == "siginfo_t" && field == "_pad") ||
(musl && struct_ == "glob_t" && field == …
-
Just making a note of this for my future reference: it seems like the musl implementations have crashes on PPC LE. I don't know if this is because of a bug in musl or qemu, but based on the below it s…
-
You can build `httpget` with nightly for some improvements in size reduction: https://github.com/neonmoe/minreq/issues/111
## Reproduction
I've adapted the referenced example to `httpget` build.…
-
Often projects offer both a gnu(libc) and musl binary. I would always prefer the musl binary. I'd like to be able to "add" that as a component of the filtering (see #52 for other filterint improvement…
-
Hi,
I'm trying to build a docker container for my application. For this I read that static linking with target x86_64-unknown-linux-musl could result in a better performance.
So I built this doc…
-
### Describe the bug
⚠ Attempted to load @next/swc-linux-x64-gnu, but an error occurred: Cannot load native addon because loading addons is disabled: /home/project/node_modules/@next/swc-linux-x64-g…