changeset 32569:25fffec4ecfd stable

GitHub-CI (alpine): Use software OpenGL. * .github/workflows/make.yaml (alpine): Set environment variable to use software OpenGL rendering from mesa.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 10 Dec 2023 14:56:43 +0100
parents 7714577c87dd
children db354efec5ce e424a55bc9fb
files .github/workflows/make.yaml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Sun Dec 10 13:16:02 2023 +0100
+++ b/.github/workflows/make.yaml	Sun Dec 10 14:56:43 2023 +0100
@@ -174,6 +174,9 @@
         # Use emulated shell as default
         shell: alpine.sh {0}
 
+    env:
+      LIBGL_ALWAYS_SOFTWARE: "1"
+
     steps:
       - name: get CPU information
         shell: bash