From 853272656d8fd6583639ef506dbc9ca03a07b0d3 Mon Sep 17 00:00:00 2001 From: David Hirvonen Date: Tue, 19 Jun 2018 13:29:36 -0400 Subject: [PATCH] remove FIXME block --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b624c441..75efac78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,12 +57,6 @@ matrix: GPU=OFF BUILD_SHARED=ON - # FIXME: C++ exception with description "EGLContextImpl::EGLContextImpl() : eglCreatePbufferSurface(): - # Assertion '(eglGetError() == EGL_SUCCESS)' failed in file 'lib/aglet/EGLContext.cpp' line 59" - # It seems the cpu based gpu emulator associated with GAUZE_ANDROID_EMULATOR_GPU=off either isn't - # working or isn't compatible with this eglCreatePbufferSurface() stuff, however, the build is fine - # and the tests run on a real Android via USB connection in local host testing - # See: https://developer.android.com/studio/run/emulator-acceleration#command-gpu - os: linux env: > TOOLCHAIN=android-ndk-r17-api-24-arm64-v8a-clang-libcxx14