You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests(cclibs): Basic test that the current_py_cc_libs target works (#1749)
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
0 commit comments