Add arm64 build to allow_failures (#1062)

It often hits the 50 minute limit (it seems to require some luck and/or
ccache'ed previous compilations) to consistently finish on time, so move
it to allowed failures so it doesn't cause github ci failures.
This commit is contained in:
Jason Rhinelander 2020-03-11 00:23:06 -03:00 committed by GitHub
parent 5cdf090539
commit a049869470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ jobs:
allow_failures:
- name: "Windows cross-compile"
- arch: ppc64le
- arch: arm64
before_script:
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then export PATH="/usr/local/opt/ccache/libexec:$PATH" PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"; fi