Build has been failing for the past week (https://travis-ci.org/inspirehep/inspire-docker/builds), this is my attempt to fix it. First of all we have npm/npm/issues/9863, which is worked around by avoiding to reinstall npm, since it's recent enough (3.10.1 vs. current 3.10.8). Then I had trouble with building wheels for several packages, which appeared to require gcc and openssl-devel. This is the part I'm least convinced about: @david-caro, can you have a look?
Build has been failing for the past week (https://travis-ci.org/inspirehep/inspire-docker/builds), this is my attempt to fix it. First of all we have npm/npm/issues/9863, which is worked around by avoiding to reinstall
npm
, since it's recent enough (3.10.1
vs. current3.10.8
). Then I had trouble with building wheels for several packages, which appeared to requiregcc
andopenssl-devel
. This is the part I'm least convinced about: @david-caro, can you have a look?