Disable mips64 tests. Fix log grabbing.
authorAnthony Green <green@moxielogic.com>
Wed, 13 Nov 2019 11:51:44 +0000 (06:51 -0500)
committerAnthony Green <green@moxielogic.com>
Wed, 13 Nov 2019 11:51:44 +0000 (06:51 -0500)
.travis.yml
.travis/build.sh

index 7bfddce..4bac20a 100644 (file)
@@ -36,8 +36,9 @@ matrix:
       env: HOST=aarch64-linux-gnu
     - os: linux
       env: HOST=powerpc64le-unknown-linux-gnu
-    - os: linux
-      env: HOST=mips64el-linux-gnu
+# The mips64 linux system in the GCC compile farm is not allowing logins
+#    - os: linux
+#      env: HOST=mips64el-linux-gnu
     - os: linux
       compiler: gcc
       env: HOST=i386-pc-linux-gnu MEVAL='export CC="$CC -m32" && CXX="$CXX -m32"'
index bfd8b74..ab334e5 100755 (executable)
@@ -26,7 +26,7 @@ function build_cfarm()
     echo $(tail build.log | grep '^==LOGFILE==')
     echo $(tail build.log | grep '^==LOGFILE==' | cut -b13-)
     echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
-    curl -u ${CFARM_AUTH} "$(tail build.log | grep '^== LOGFILE ==' | cut -b13-)" > libffi.log
+    curl -u ${CFARM_AUTH} "$(tail build.log | grep '^==LOGFILE==' | cut -b13-)" > libffi.log
 
     ./rlgl l https://rl.gl
     ID=$(./rlgl start)