Userdocs
Userdocs
Thanks, I missed that bit, I guess for always going directly to the page and not really understanding what changed, but this closed issue does explain why - https://github.com/qbittorrent/wiki/issues/1 I...
probably a glibc thing. The iperf3 libs will be built statically but it won't link to glibc statically. You can just use these if you only need the binary for...
I build on Alpine Linux against musl where static linking just works. glibc based system it's not so easy. Possible but not simple. Now, from what I can understand here...
You probably want to report it here as this is what powers the syntax highlighting in vscode https://github.com/microsoft/vscode-textmate Here is the file: https://github.com/microsoft/vscode-textmate/blob/main/test-cases/themes/syntaxes/Shell-Unix-Bash.tmLanguage.json It's this that breaks it `
Can we please get support for Alpine on arm so actions work with `container:`. There is no reason this cannot be supported. It's just hindering uptake of this runner for...
The problems seems pretty simple. Ubuntu Noble (24.04) does not have the required Qt 6.5 version. https://packages.ubuntu.com/noble/qt6-base-dev ``` qt6-base-dev (6.4.2+dfsg-21.1build5) ``` https://github.com/qbittorrent/qBittorrent/blob/v5_0_x/CMakeLists.txt#L11 ``` set(minQt6Version 6.5.0) ```
@delucis it's the link in my comment https://github.com/woodruffw/zizmor
You also need this update to [qemu-binfmt-conf.sh](https://raw.githubusercontent.com/qemu/qemu/f8d1ae82623fef4e7fb796efbaaa2ddc63594d09/scripts/qemu-binfmt-conf.sh) because the previous commit fixe a mips detection issue https://github.com/qemu/qemu/commit/77d119dd335f910c7f953a265726e3753c69a0bb Without this mips is broken when using this. It's should be applied.
I do something similar here but I use Alpine Linux and target more architectures + windows x86_64 builds. https://github.com/userdocs/iperf3-static ```bash docker run -it ghcr.io/userdocs/iperf3-static:latest iperf3 --version ```
Maybe they have access to better/faster systems locally, compared to default runners, so i'm going to drop this link here since you can get access to decent third party runners...