Skip to content

Commit

Permalink
Remove x86-64_musl_dyn from the CI.
Browse files Browse the repository at this point in the history
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
mgautierfr committed Oct 24, 2023
1 parent 9a2a9ca commit 3f908f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/build_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
| | aarch64_musl_dyn | d | | B | B | | |
| | x86-64_musl_static | | | BP | BP | | linux-x86-64-musl |
| | x86-64_musl_mixed | BP | | | | | linux-x86-64-musl |
| | x86-64_musl_dyn | d | | B | B | | |
| | win32_static | d | dB | dBP | dBP | | win-i686 |
| | win32_dyn | d | dB | dB | dB | | |
| | i586_static | | | BP | BP | | linux-i586 |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- aarch64_musl_dyn
- aarch64_musl_mixed
- x86-64_musl_static
- x86-64_musl_dyn
- x86-64_musl_mixed
- i586_static
- i586_dyn
Expand Down

0 comments on commit 3f908f4

Please sign in to comment.