Ajam
Ajam
Hello, Due to some personal matters, I will be unable to fully address this issue for about a month or longer. In the meantime, I've updated the documentation with a...
Unfortunately, building [`rng-tools`](https://github.com/nhorman/rng-tools) fails even for `x86_64` & `aarch64` Linux, let alone compiles for `armhf` Closing this, will reopen (& likely compile with staticx) in the future if someone else...
Unfortunately, that [Dockerfile](https://github.com/simplex-chat/simplex-chat/blob/2abee7edf8cd1c975c9336aa7885f6f818b88d7e/Dockerfile) you linked doesn't build for me. It errors out, complaining about missing dependencies. Maybe it worked when the PR was originally made, but between then and now,...
I didn't use the Dockerfile directly, I copied the steps so it would be reproducible for both aarch64 & x86_64 and wouldn't rely on an external source. The script currently...
Thank you, @leleliu008, for figuring it out. Any ETA when the [formula/simplex-chat.yml](https://github.com/leleliu008/ppkg-formula-repository-official-core/blob/master/formula/simplex-chat.yml) be updated with these changes so it builds? I could repurpose [workflow](https://github.com/leleliu008/test/actions/runs/10963768364/workflow) you linked but it again has...
Hi, @AlbydST I have tried reaching out to you on Signal but have been unsuccessful. Over the past few months, we have made significant changes: - Created a dedicated org:...
This maybe a bit late, but: I have a similar, much more ambitious project at: https://github.com/Azathothas/Toolpacks There's already over [`2000+` precompiled binaries](https://bin.ajam.dev/) available to download, and all of them also...
Did you build it successfully using the instructions from the repo? It failed in mine (I tried both the alpne chroot and docker), It errors with: ```bash LINK /tmp/tmp.pBccvIG5yP/lklfuse-static/linux/tools/lkl/tests/net-test /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld:...
I tried that too yesterday, it was unable to find some static libs it tried to link with (didn't have that issue on alpine since it had all the dependencies)...
I have been able to build this successfully on alpine after some more testing. I will close this once the automated build and tests pass