Skip to content
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

tests(cclibs): Basic test that the current_py_cc_libs target works #1749

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

rickeylev
Copy link
Contributor

@rickeylev rickeylev commented Feb 12, 2024

This is just a basic to to ensure the
@rules_python//python/cc:current_py_cc_libs target is making the Python C libraries available; that the compiler and linker are both happy enough to resolve symbols.

The test program itself isn't actually runnable, as that requires more configuration than I can figure out in telling Python where its embedded runtime information is.

Fow now, the test is restricted to Linux. The Mac and Windows CC building isn't happy with it, but I'm out of my depth about how to make those happy.

Work towards #824

This is just a basic to to ensure the
`@rules_python//python/cc:current_py_cc_libs` target is making the
Python C libraries available; that the compiler and linker are both
happy enough to resolve symbols.

The test program itself isn't actually runnable, as that requires
more configuration than I can figure out in telling Python where its
embedded runtime information is.

Work towards bazelbuild#824
@rickeylev rickeylev added this pull request to the merge queue Feb 12, 2024
Merged via the queue into bazelbuild:main with commit 8f41572 Feb 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants