[Bf-blender-cvs] [4fd687f4a3f] egl: enable EGL on buildbot for testing

Christian Rauch noreply at git.blender.org
Fri Aug 6 01:24:57 CEST 2021


Commit: 4fd687f4a3f91338dcd9e70bd6a4517ce5fd454d
Author: Christian Rauch
Date:   Fri Aug 6 00:24:21 2021 +0100
Branches: egl
https://developer.blender.org/rB4fd687f4a3f91338dcd9e70bd6a4517ce5fd454d

enable EGL on buildbot for testing

===================================================================

M	build_files/config/pipeline_config.yaml

===================================================================

diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml
index 611df59caec..7f3836a745f 100644
--- a/build_files/config/pipeline_config.yaml
+++ b/build_files/config/pipeline_config.yaml
@@ -65,6 +65,9 @@ buildbot:
         darwin-x86_64:
             overrides: {}
         linux-x86_64:
-            overrides: {}
+            overrides: {
+                WITH_SYSTEM_GLEW: "OFF",
+                WITH_GL_EGL: "ON"
+            }
         windows-amd64:
             overrides: {}



More information about the Bf-blender-cvs mailing list