achill
achill
Would a `--quiet` option suffice?
The removal of `c-ares-static` was on purpose, see the discussion on https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/74869. The static libraries should be included in the `c-ares-dev` package. I'll add a note on the Release Notes...
Could you open a issue or a merge request here (https://gitlab.alpinelinux.org/alpine/aports/)? That would be great, thanks!
Great, thanks for the work!
I'm having similar issues when building [kanidm](https://github.com/kanidm/kanidm)'s UI in [Alpine's CI containers on aarch64](https://gitlab.alpinelinux.org/fossdd/aports/-/jobs/1499570). Using QEMU instead of a container, works. Using x86_64 for building instead of aarch64, works aswell....
Ah, I guess the error is maybe due to the recent split in Alpine of `rustc-dev`. It worked for me to install `rustc-dev` and re-run it. I opened a MR...
> Is there a fix for this? I'm encountering the same issue. I have installed `wasm-pack` from `apk` that installs `rustc-dev` with the same error. Are you using rust from...
You can't mix Alpine's system packages with locally installed stuff by `rust:*`.
I'm not 100% sure if thats what is meant with "we need proper support for upgrade --exclude in apk to make it more reliable". @jirutka If you remember what you...
I guess this PR is ready now