ktbarrett / find_libpython

Finds the libpython associated with the current Python environment, wherever it may be hiding.
MIT License
14 stars 7 forks source link

Missing coverage upload #48

Open ktbarrett opened 8 months ago

ktbarrett commented 8 months ago

Currently coverage cannot be uploaded on the RHEL7 tests because the codecov CLI tool includes the whole damn Python 3.11, which is compiled against a version of GLIBC greater than what's available =/ And cannot be uploaded on Alpine due to some bug in the uploader (see here).