Skip to content

Commit 63baa2a

Browse files
committed
Skip comparing abi3 and abi3t for now
1 parent 564629c commit 63baa2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)