tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
374 stars 44 forks source link

Fix Python 2.7 setup on macOS CI #51

Closed exarkun closed 2 years ago

exarkun commented 2 years ago

This fixes the Python 2.7 jobs on macOS. master is currently quite broken, as visible on https://github.com/tahoe-lafs/zfec/pull/54 (old master builds are not fair comparisons because external stuff has changed and broken a lot of things).

Compared to #54 (9 failing, 2 cancelled, 23 successful), this is a reasonable improvement (6 failing, 2 cancelled, 26 successful).

Don't ask me about the cancelled jobs, I have no idea.