Commit 211e929df4388a6724b0dba4df4e3a1283dc49e9

Anthony Green 2020-03-09T12:39:22

Try to fix RLGL_KEY nonsense (#547) * Try to fix RLGL_KEY nonsense * Hard code policy bound API key Co-authored-by: Anthony Green <green@moxielogic.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/.travis/build.sh b/.travis/build.sh
index d013818..5f9a86e 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -2,6 +2,10 @@
 
 set -x
 
+# This is a policy bound API key.  It can only be used with
+# https://github.com/libffi/rlgl-policy.git.
+RLGL_KEY=0LIBFFI-0LIBFFI-0LIBFFI-0LIBFFI
+
 if [ -z ${QEMU_CPU+x} ]; then
     export SET_QEMU_CPU=
 else