-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linker flags enabling undefined dynamic_lookup for macOS for Pyth…
…on api_implementation.so and message.so Enable Bazel 7 macOS test coverage which otherwise fails with ``` Undefined symbols for architecture arm64: "_PyModule_AddIntConstant", referenced from: _PyInit__api_implementation in api_implementation.o "_PyModule_Create2", referenced from: _PyInit__api_implementation in api_implementation.o "__Py_Dealloc", referenced from: _PyInit__api_implementation in api_implementation.o ld: symbol(s) not found for architecture arm64 ``` Fixes #19454 #test-continuous PiperOrigin-RevId: 702375059
- Loading branch information
1 parent
a1b0088
commit 4d998f2
Showing
3 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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