Add repository skill for seekdb wheel builds - #49
Draft
hnwyllmm wants to merge 4 commits into
Draft
Conversation
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.
Summary
build-seekdb-python-wheel-DDEFAULT_LOG_LEVEL=OB_LOG_LEVEL_DBA_WARNonly to official release builds-j2delocatenow that seekdb no longer links unused RE2 on macOSTMPDIR, CMake/protoc diagnosis, and Python 3.11-3.14 verificationWhy
The packaging workflow is specific to seekdb-bindings and should be discoverable whenever Codex works in this repository. A single parameterized skill covers both supported host platforms without depending on personal global configuration or embedding a real build host.
The earlier macOS wheel contained 73 bundled dylibs because an unused dynamic
-lre2link pulled in RE2 plus 64 componentized Abseil dylibs throughdelocate. seekdbrelease/1.3.0now removes that link, so bindings should use normal wheel repair and guard against the dependency fanout returning instead of rebuilding or rewriting RE2 itself.Validation
bash -n, script help, dependency-audit functions, andgit diff --checkpassedaeadfb274c414ccb78ac502c4268b289372fac77and wheel version1.3.0.dev5CMakeCache.txtcontain-DDEFAULT_LOG_LEVEL=OB_LOG_LEVEL_DBA_WARNcp311-cp311andcp312-abi3wheels passed cibuildwheel integration tests; strict abi3 audit reports a Python 3.12 baseline13f2ed398673cbdb7c740a301073407d6c8ab96c1407f065047c3e37cd80ba1bandd09e9cf2e56fdc00690b5327610479f4a3612898d11831aa5a77224fdaa69a79cmake -E env/protocSubprocess killedissue was reproduced; only the generated build rule was switched to/usr/bin/env, then the native target completed incrementally at-j1