Skip to content

fix: manylinux wheel build (protoc zip + clang) - #6

Merged
jmcgrath207 merged 1 commit into
mainfrom
fix/pypi-manylinux-protoc-linker
Sep 4, 2026
Merged

jmcgrath207 merged 1 commit into
mainfrom
fix/pypi-manylinux-protoc-linker

Conversation

@jmcgrath207

Copy link
Copy Markdown
Owner

Summary

  • Protobuf release asset is linux-aarch_64.zip (underscore). curl -f so a 404 fails instead of writing HTML.
  • manylinux2014 has no clang. Override .cargo/config.toml linker/rustflags inside the container (cc).

After merge

Retag v0.2.0 (still unpublished to PyPI/crates.io).

Test plan

  • 4 pypi-build jobs on the next v0.2.0 tag

Protobuf ships linux-aarch_64, not aarch64. Ignore the
host clang/lld cargo config inside the manylinux image.
@jmcgrath207
jmcgrath207 merged commit f467452 into main Sep 4, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant