Skip to content

Commit

Permalink
Merge pull request #29 from rongfengliang/main
Browse files Browse the repository at this point in the history
feat: add musl build support
  • Loading branch information
Mallets authored Nov 14, 2024
2 parents 9689239 + f1b8291 commit 82758ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.x86_64-unknown-linux-musl]
rustflags = "-Ctarget-feature=-crt-static"

[target.aarch64-unknown-linux-musl]
rustflags = "-Ctarget-feature=-crt-static"
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
repo: ${{ github.repository }}
version: ${{ needs.tag.outputs.version }}
branch: ${{ needs.tag.outputs.branch }}
exclude-builds: '[{ build: { target: "x86_64-unknown-linux-musl" } }, { build: { target: "aarch64-unknown-linux-musl" } }]'
artifact-patterns: |
^libzenoh_plugin_remote_api(2)?\.(dylib|so)$
^zenoh_plugin_remote_api(2)?\.dll$
Expand Down

0 comments on commit 82758ed

Please sign in to comment.