-
Maybe we can use tests from musl libc: https://wiki.musl-libc.org/libc-test.html
which is [MIT license](http://nsz.repo.hu/git/?p=libc-test;a=blob;f=COPYRIGHT;h=67acf495aa00c48cf1b9334b12a94a83a28b6b…
-
I use Prisma and I have a problem to make a consistent solution for the "is any related item" check with both `prisma-plan-adaptor` and `cerbos.checkResources` implementations.
So I have `N:M` relati…
-
I was trying to build libsystrap as part of liballocs. I installed all the packages per liballocs README. However, I got some build errors, so I'm trying to isolate them one by one.
Steps:
```
gi…
-
On Raspberry Pi OS (where `ruby -e "puts Gem::Platform.local"` prints `aarch64-linux`) and docker (same command prints `aarch64-linux-musl`), the installer installs the wrong binary for `x86-64`:
`…
-
Right now our pre-built binaries only work on glibc and are dynamically linked to OpenSSL, which makes portability a bit of a pain.
This is because `meilisearch-sdk` uses the `isahc` async HTTP cli…
-
```txt
arm-openwrt-linux-muslgnueabi-g++ -Os -pipe -o /build/source/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/node-v16.15.0/out/Release/obj.target/v8_co>
arm-openwrt-linux-muslgnueabi-g…
-
cc @Bigomby @alexcrichton
Originally reported as japaric/rust-cross#27
Original report below:
---
Hi, I'm trying to cross compile a Rust app for LEDE (fork of OpenWRT) but I'm stuck.
Th…
-
I just tried the latest version (`0.51.1`), the MUSL build but unfortunately, it does not work for me. Let me know how can I provide more details, thanks
```shell
~ difft --version …
-
Maintainer: @Andy2244 (Andy Walsh )
Environment: mipsel_24kc_musl (mt7620a) v21.02
Samba's executables are making it to squashfs unstripped. I'm running with -g3, so it was more noticeable:
``…
-
I need to cross-build a NATIVE compiler for mipsel
setting:
```
TARGET = mipsel-linux-musl
NATIVE = Yes
```
results in error (compiler not found.
I am now copmiling using just `TARGET = mipsel-…