diff options
author | Anthony Green <green@moxielogic.com> | 2020-03-09 12:39:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 12:39:22 -0400 |
commit | 211e929df4388a6724b0dba4df4e3a1283dc49e9 (patch) | |
tree | 70f76491580f7e1dddd992bec893b495f7eb0129 | |
parent | 8eb2d2b05626b1cbbed100725bc440709499e8a6 (diff) | |
download | libffi-211e929df4388a6724b0dba4df4e3a1283dc49e9.tar.gz |
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>
-rwxr-xr-x | .travis/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |