Hi all, I forked the pypa/manylinux1 with the goal of adding Python 3.7:
https://github.com/lelit/manylinux/tree/py37 The changes are very simple, the only hiccup was the needed tweak to the download directory. I'm writing before opening a PR because I wasn't able to do a local build, just to confirm that I did not introduce defects: when I try to execute the build.sh script as described in the README I get the following output $ PLATFORM=$(uname -m) TRAVIS_COMMIT=latest ./build.sh + SOURCES=docker/sources ++ dirname docker/build_scripts/prefetch.sh + MY_DIR=docker/build_scripts + . docker/build_scripts/build_env.sh ++ PYTHON_DOWNLOAD_URL=https://www.python.org/ftp/python ++ CPYTHON_VERSIONS='2.7.14 3.4.8 3.5.5 3.6.5' ... Step 10/13 : COPY sources / ---> 0d399fe660fb Step 11/13 : RUN bash build_scripts/build.sh && rm -r build_scripts ---> Running in b4b8da6609c7 The command '/bin/sh -c bash build_scripts/build.sh && rm -r build_scripts' returned a non-zero code: 139 As this happens also in the master branch, maybe I'm doing something wrong but as said I could not figure out what is going wrong: I also tried using a even more explicit "RUN bash -x build_scripts/build.sh" but that didn't help. Do you have any hint, or should I just blindly go ahead, open a PR and see what happens on Travis? Thanks in advance, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. [email protected] | -- Fortunato Depero, 1929. _______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
