Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This target fails on the CI because of conflict between the builded libraries (lzma, libz) and native library. As they are both for the same arch but with different libc, python tries to load them and fails. There is a real bug somewhere in our toolchain but we need to build for x86_64 musl right now and this is done in `x86-64_musl_mixed` which pass. So let's remove it for now. (`x86-64_musl_dyn` fails with the docker image. It is ok with native (fedora 38) system)
- Loading branch information