Commit 86d3d3767a40fe1cae10c419a913dd97e7e6cd23

Anthony Green 2019-11-13T10:07:00

Don't build aarch64-linux-gnu

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/.travis.yml b/.travis.yml
index 36e3ad5..a70a17e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,14 +30,14 @@ matrix:
       env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2"
     - os: linux
       env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2 -fomit-frame-pointer"
-    - os: linux
-      env: HOST=aarch64-linux-gnu
 # The sparc64 linux system in the GCC compile farm is non-responsive.
 #    - os: linux
 #      env: HOST=sparc64-linux-gnu
 # Having problems getting logs for this one...
 #    - os: linux
 #      env: HOST=powerpc64le-unknown-linux-gnu
+#    - os: linux
+#      env: HOST=aarch64-linux-gnu
 # The mips64 linux system in the GCC compile farm is not allowing logins
 #    - os: linux
 #      env: HOST=mips64el-linux-gnu