CI: build wheels from librdkafka branch on demo-current-15-may-branch…#2249
Draft
Pranav Rathi (pranavrth) wants to merge 3 commits into
Draft
CI: build wheels from librdkafka branch on demo-current-15-may-branch…#2249Pranav Rathi (pranavrth) wants to merge 3 commits into
Pranav Rathi (pranavrth) wants to merge 3 commits into
Conversation
…-wheel - build-wheels.sh: use build-librdkafka-branch.sh when LIBRDKAFKA_BRANCH is set (macOS builds on host; Linux builds inside manylinux via CIBW_BEFORE_BUILD for glibc compatibility) - build-librdkafka-branch.sh: detect yum/apt-get so it works both on the host and inside the manylinux container - semaphore.yml: trim to 3 wheel-build + 2 wheel-verify blocks scoped to this branch; point LIBRDKAFKA_BRANCH at demo-current-london-2026
|
🎉 All Contributor License Agreements have been signed. Ready to merge. |
Semaphore sets branch=pull-request-NNNN in PR builds, so the previous branch = 'demo-current-15-may-branch-wheel' filter never matched and all blocks got skipped. Remove the when filter entirely so blocks run on every pipeline trigger on this branch.
The 3.13-3.14 block's wheel repair (delocate) failed because brew bottles for openssl/zstd/lz4 and the from-source librdkafka.dylib all had min target 15 (the runner's OS), while the wheel targeted macOS 13. - build-librdkafka-branch.sh: drop brew install on macOS; export MACOSX_DEPLOYMENT_TARGET=13 and pass --install-deps --source-deps-only to configure so openssl/zstd/lz4 are built from source under the pinned target. - semaphore.yml: also set MACOSX_DEPLOYMENT_TARGET=13 on the 3.8-3.12 block (cibuildwheel 2.16.2 default for arm64 is 11.0, which would still mismatch our target-13 dylibs).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…-wheel
What
Checklist
References
JIRA:
Test & Review
Open questions / Follow-ups