diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..5adae5e --- /dev/null +++ b/.cargo/config.toml @@ -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" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb0179b..985bfa2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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$