Skip to content

Commit

Permalink
publish: try musl python build with target-feature=-crt-static
Browse files Browse the repository at this point in the history
PyO3/pyo3#1109

[skip ci]
  • Loading branch information
jqnatividad committed Jan 16, 2024
1 parent 5fc581e commit 4c4313b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
addl-qsvlite-features:
addl-qsvdp-features:
name-suffix: musl-1.2.3
addl-rustflags: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
addl-rustflags: -C target-feature=-crt-static,+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma

steps:
- name: Installing Rust toolchain
Expand Down

0 comments on commit 4c4313b

Please sign in to comment.