From 4b9e44ed26386a63acbd7b5eb60d981358ae730b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 7 Oct 2016 20:07:58 +0200 Subject: [PATCH] package/ci: temporarily disable GLES3 build on Linux. The drivers on Ubuntu 12.04 are just too old and they miss some required entrypoints. --- package/ci/travis.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/package/ci/travis.yml b/package/ci/travis.yml index d378d7390..0d6a612d1 100644 --- a/package/ci/travis.yml +++ b/package/ci/travis.yml @@ -16,12 +16,14 @@ matrix: - TARGET=desktop-gles - TARGET_GLES2=ON - JOBS_LIMIT=4 - - os: linux - compiler: gcc - env: - - TARGET=desktop-gles - - TARGET_GLES2=OFF - - JOBS_LIMIT=4 + # Disabled because the Ubuntu 12.04 drivers are missing some ES3 entrypoints + # Should be enabled after moving to 14.04 + #- os: linux + #compiler: gcc + #env: + #- TARGET=desktop-gles + #- TARGET_GLES2=OFF + #- JOBS_LIMIT=4 - os: osx compiler: clang env: TARGET=desktop