The exact error is (Source):
OSError: [Errno 40] Too many levels of symbolic links: '/opt/python/2.7.15/lib/python2.7/config/Makefile'
The only thing I did was drop a text (.patch) file in a completely different directory then what is being compiled (or is even part of the package being built on Travis-CI). The build before it worked perfectly, but Python 2.7 runners appear broken (pypy27 has no qualms):
Here is a screenshot of the same tests all being ran less then 24hrs ago without the .patch
file (outside of the entire build directory) having not been updated and things worked fine (the failing one below is what this ticket is for):
Here is a link to the commit that broke Travis CI’s (Python v2.7) runner on me.
No matter how many times I run the runner again, it just fails on the same error:
Any advice would be great!