Skip to content

Commit

Permalink
Build x86-64_musl in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Oct 6, 2023
1 parent 4c89821 commit 963516a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/build_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
| | aarch64_musl_static| | | BP | BP | | linux-aarch64-musl |
| | aarch64_musl_mixed | BP | | | | | linux-aarch64-musl |
| | 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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- aarch64_musl_static
- aarch64_musl_dyn
- aarch64_musl_mixed
- x86-64_musl_static
- x86-64_musl_dyn
- x86-64_musl_mixed
- i586_static
- i586_dyn
- android_arm
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/releaseNigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- aarch64_mixed
- aarch64_musl_static
- aarch64_musl_mixed
- x86-64_musl_static
- x86-64_musl_mixed
- win32_static
- i586_static
- android_arm
Expand Down

0 comments on commit 963516a

Please sign in to comment.