-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove pybindings from stack #34892
Remove pybindings from stack #34892
Conversation
Review changes with SemanticDiff. Analyzed 4 of 14 files.
|
PR #34892: Size comparison from 95ff33b to 161c949 Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@Alami-Amine we could also remove |
Done! |
PR #34892: Size comparison from 304df86 to defc3ba Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@Mergifyio refresh |
✅ Pull request refreshed |
* remove pybindings sourcecode * remove code that interacts with pybinding * removing pybind11 submodule
After project-chip#34892 this build is a noop so we do not benefit from running the build a 2nd time. This should save some CI time.
* Remove python_lib build step completely. After #34892 this build is a noop so we do not benefit from running the build a 2nd time. This should save some CI time. * Update .github/workflows/build.yaml Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Add back comments --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com> Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
…35980) * Remove python_lib build step completely. After project-chip#34892 this build is a noop so we do not benefit from running the build a 2nd time. This should save some CI time. * Update .github/workflows/build.yaml Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Add back comments --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com> Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
src/controller/python
using pythonctypes
.