File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -660,12 +660,14 @@ jobs:
660660 # The generic python3.pc and python3.X.pc files are not expected to be co-installable
661661 # pyconfig.h is not expected to be co-installable
662662 # dist-info RECORD and WHEEL are not co-installable
663+ # abi3 and abi3t are not currently co-installable (#122931)
663664 run : |
664665 find installs -type d -name __pycache__ | xargs rm -r
665666 rm -r installs/*/usr/bin/
666667 rm installs/install-tree-*-*[td]/usr/lib/*/pkgconfig/python*[0-9]{,-embed}.pc
667668 rm installs/*/usr/include/python*/pyconfig.h
668669 rm installs/*/usr/lib/python*/site-packages/*.dist-info/{RECORD,WHEEL}
670+ rm installs/*/usr/lib/python*/site-packages/*.abi3{,t}.so
669671 - name : Compare installs
670672 run : python3 Tools/coinstall-check/compare.py installs/
671673
You can’t perform that action at this time.
0 commit comments