Skip to content

Commit

Permalink
ubuntu build and test workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
itamaro committed Feb 1, 2025
1 parent 71c01e9 commit 00204ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/reusable-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
- name: Remount sources writable for tests
# some tests write to srcdir, lack of pyc files slows down testing
run: sudo mount $CPYTHON_RO_SRCDIR -oremount,rw
- name: Delete init_cinderx from the source tree
working-directory: ${{ env.CPYTHON_BUILDDIR }}
run: rm Lib/init_cinderx.py
- name: Tests
working-directory: ${{ env.CPYTHON_BUILDDIR }}
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
# Meta-specific exclusions:
# test_email, test_lib2to3: GitHub export messes up EOL style, which interferes with these tests
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu -x test_email test_lib2to3"

0 comments on commit 00204ea

Please sign in to comment.