Commit eaa12c3
authored
Add aarch64-linux-musl binary gem to CD pipeline (#168)
* Add aarch64-linux-musl binary gem to CD pipeline
Removes aarch64-linux-musl from the platform exclusion list. The comment
said the Rust target was unavailable in rake-compiler-dock, but the platform
is now fully supported by both rake-compiler-dock and the rb-sys ecosystem
used by oxidize-rb/actions/cross-gem@v1.
Fixes #167.
* Also add x64-mingw-ucrt binary gem to CD pipeline
x64-mingw-ucrt maps to the Rust target x86_64-pc-windows-gnu in the rb-sys
matrix, so the "Rust target not available in rake-compiler-dock" comment was
outdated for this platform too. x64-mingw32 remains excluded since it has
been superseded by x64-mingw-ucrt for Ruby 3.1+ and this gem targets 3.2+.1 parent 36433fa commit eaa12c3
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments