Skip to content

Commit d1193b9

Browse files
committed
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.
1 parent 36433fa commit d1193b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
2323
# `arm-linux`: Cranelift doesn't support 32-bit architectures
2424
# `x64-mingw32`: `x64-mingw-ucrt` should be used for Ruby 3.1+ (https://github.com/rake-compiler/rake-compiler-dock?tab=readme-ov-file#windows)
2525
# `x64-mingw-ucrt`: Rust target not available in rake-compiler-dock
26-
# `aarch64-linux-musl`: Rust target not available in rake-compiler-dock
2726
# 3.0 is deprecated as stable ruby version according to:
2827
# https://github.com/oxidize-rb/actions/blob/main/fetch-ci-data/evaluate.rb#L54
29-
exclude: [arm-linux, x64-mingw32, x64-mingw-ucrt, aarch64-linux-musl]
28+
exclude: [arm-linux, x64-mingw32, x64-mingw-ucrt]
3029
stable-ruby-versions: |
3130
only: ['3.2', '3.3', '3.4', '4.0']
3231

0 commit comments

Comments
 (0)