build(bigtable): package accelerator daemon into platform wheels via configurable build hooks - #19
Open
mutianf wants to merge 1 commit into
Open
Conversation
…eels via configurable build hooks Change-Id: Ide31a815a2246e6daa39bc8703c44b2bd1ded9d9
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.
Repackages the accelerator wheel build for an external build tool, replacing
scripts/build_wheel.sh.build_wheel.sh; the external tool downloads the prebuilt daemon from a private repo and stages it into_accelerator/bin/.--config-setting=--build-optionhooks onbdist_wheel:--wheel-version=— stamps the wheel version (falls back togapic_version.py).--go-binary-source=/--go-binary-version=— recorded into a bundledbuild_info.jsonfor provenance (not used to fetch/build here).setup.pykeeps the platform-wheel wiring (py3-none-<plat>);MANIFEST.inbundles the binary +build_info.json; version bumped to3.0.0a0.Supersedes the old packaging PR (#7, closed). Base:
accel-17-startup-timeout-env-var.