Don't bother dumping logs. Use rlgl instead.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
diff --git a/.travis/build-in-container.sh b/.travis/build-in-container.sh
index 4baf479..af8e2b6 100755
--- a/.travis/build-in-container.sh
+++ b/.travis/build-in-container.sh
@@ -1,11 +1,5 @@
#!/bin/bash
-set -x
-
-echo ===============================================================
-env
-echo ===============================================================
-
cd /opt
export QEMU_LD_PREFIX=/usr/${HOST}
@@ -15,16 +9,6 @@ make
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
-gzip -c -9 */testsuite/libffi.log > libffi.log.gz
-echo ================================================================
-echo The logs are too long for travis to handle, so we compress and
-echo uuencode them. Download, decode and uncompress if you need to
-echo read them.
-echo ================================================================
-uuencode libffi.log.gz -
-echo ================================================================
-echo ================================================================
-
./rlgl l https://rl.gl
ID=$(./rlgl start)
./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log
diff --git a/.travis/build.sh b/.travis/build.sh
index 65449cc..502dce7 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -32,17 +32,6 @@ function build_linux()
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
- gzip -c -9 */testsuite/libffi.log > libffi.log.gz
- echo ================================================================
- echo The logs are too long for travis to handle, so we compress and
- echo uuencode them. Download, decode and uncompress if you need to
- echo read them. For example, if you select and save this text
- echo as libffi.uu, run: 'cat libffi.uu | uudecode | gzip -d | less'.
- echo ================================================================
- uuencode libffi.log.gz -
- echo ================================================================
- echo ================================================================
-
./rlgl l https://rl.gl
ID=$(./rlgl start)
./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log