Skip to content

Commit

Permalink
Test musl
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 1, 2024
1 parent 006d219 commit ed4374f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.yml

This file was deleted.

22 changes: 4 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
name: release
on: workflow_dispatch
on: push
jobs:
release:
strategy:
fail-fast: false
matrix:
include:
- platform: x86_64-linux
target: x86_64-unknown-linux-gnu
- platform: aarch64-linux
target: aarch64-unknown-linux-gnu
- platform: x86_64-darwin
target: x86_64-apple-darwin
# Rust uses external command to strip symbols and debuginfo on Mac
# Do not do for arm64 since it interferes with code signing
# and codesign binary is not present to re-sign
setup: sudo ln -s /opt/osxcross/target/bin/x86_64-apple-darwin-strip /usr/local/bin/strip
- platform: arm64-darwin
target: aarch64-apple-darwin
# - platform: x64-mingw-ucrt
# target: x86_64-pc-windows-gnu
# - platform: x64-mingw32
# target: x86_64-pc-windows-gnu
- platform: x86_64-linux-musl
target: x86_64-unknown-linux-musl
runs-on: ubuntu-latest
name: ${{ matrix.platform }}
steps:
Expand All @@ -38,7 +24,7 @@ jobs:
with:
platform: ${{ matrix.platform }}
version: latest
ruby-versions: "3.3,3.2,3.1"
ruby-versions: "3.3,3.2"
setup: |
bundle install
${{ matrix.setup }}
Expand Down

0 comments on commit ed4374f

Please sign in to comment.