-
Reference: https://github.com/kcl-lang/lib/actions/runs/8658577506/job/23742724269?pr=53 |
Beta Was this translation helpful? Give feedback.
Answered by
messense
Apr 30, 2024
Replies: 1 comment
-
Seems that pcre2 requires a newer GCC version, you should target higher manylinux version to get a newer GCC. See https://github.com/rust-cross/manylinux-cross?tab=readme-ov-file#manylinux-cross |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Peefy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems that pcre2 requires a newer GCC version, you should target higher manylinux version to get a newer GCC.
For example when cross compiling
manylinux_2_28
has GCC 7.5.0 whilemanylinux2014
only has GCC 4.8.5.See https://github.com/rust-cross/manylinux-cross?tab=readme-ov-file#manylinux-cross