File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,14 @@ matrix:
4747 - env : TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
4848 - env : TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
4949
50- # netbsd currently doesn't build (because of nix-0.9.0 )
50+ # the following configurations currently doesn't build (because of libc type mismatches )
5151 env : # important: https://docs.travis-ci.com/user/customizing-the-build/#rows-that-are-allowed-to-fail
5252 allow_failures :
53+ - env : TARGET=aarch64-linux-android DISABLE_TESTS=1
54+ - env : TARGET=arm-linux-androideabi DISABLE_TESTS=1
55+ - env : TARGET=armv7-linux-androideabi DISABLE_TESTS=1
56+ - env : TARGET=i686-linux-android DISABLE_TESTS=1
57+ - env : TARGET=x86_64-linux-android DISABLE_TESTS=1
5358 - env : TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
5459
5560before_install :
You can’t perform that action at this time.
0 commit comments