I’ve been trying to get ARM builds working on my project today. The builds mostly run fine, but I’ve found that including this line:
if [ "$TRAVIS_CPU_ARCH" = "arm64" ]; then sudo -H python -m pip install --upgrade pip; pip install scikit-build; pip install cmake; fi
in the build makes the ARM job not continue at all. It doesn’t even try to run the steps before that. All the others run fine, and removing it causes the job to start normally. Am I missing something here?
https://travis-ci.org/github/Kansattica/msync/jobs/673558689