Skip to content

Commit 4a62dad

Browse files
committed
ubuntu build and test workarounds
1 parent 71c01e9 commit 4a62dad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/reusable-ubuntu.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
- name: Remount sources writable for tests
7272
# some tests write to srcdir, lack of pyc files slows down testing
7373
run: sudo mount $CPYTHON_RO_SRCDIR -oremount,rw
74+
- name: Delete init_cinderx from the source tree
75+
run: rm Lib/init_cinderx.py
7476
- name: Tests
7577
working-directory: ${{ env.CPYTHON_BUILDDIR }}
76-
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
78+
# Meta-specific exclusions:
79+
# test_email, test_lib2to3: GitHub export messes up EOL style, which interferes with these tests
80+
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu -x test_email test_lib2to3"

0 commit comments

Comments
 (0)