From 0e2337dbb2d5fd11beeb3e9f621f5e52d59bd841 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Thu, 31 Dec 2020 21:23:39 -0600 Subject: [PATCH] gitlab-ci: windows: Do not package opengl32.dll This utilizes mesa softpipe and prevents use of the target systems hardware accelerated opengl. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de55e8383c..b52e117df9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ build-retroarch-windows-x64: --enforcedir /usr/lib/mxe/usr/x86_64-w64-mingw32.shared/qt5/plugins/styles/ --copy --objdump x86_64-w64-mingw32.shared-objdump" + - "rm -f ${MEDIA_PATH}/${CI_PROJECT_NAME}/redist/opengl32.dll" build-retroarch-linux-x64: stage: build