kiwix-build/.github/scripts
Matthieu Gautier 3f908f429c Remove `x86-64_musl_dyn` from the CI.
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)
2023-10-24 10:53:31 +02:00
..
build_definition.py Remove `x86-64_musl_dyn` from the CI. 2023-10-24 10:53:31 +02:00
build_projects.py Rename osx to macos. 2023-06-02 16:09:22 +02:00
build_release_nightly.py Trigger docker workflow at the end of other jobs. 2023-07-27 15:20:00 +02:00
common.py Move all toolchain installation in TOOLCHAIN directory. 2023-10-24 10:53:31 +02:00
compile_all_deps.py Remove code for kiwix-desktop workaround. 2023-06-02 16:09:22 +02:00
ensure_base_deps.py Build and release each libkiwix android builds independently. 2022-06-10 10:26:24 +02:00
trigger_docker_workflow.py Trigger docker workflow at the end of other jobs. 2023-07-27 15:20:00 +02:00
upload_failure_logs.sh Use a scp cipher which goes faster 2023-05-21 14:31:33 +03:00