[Scummvm-git-logs] scummvm master -> 00ceb9d9d39a653879649c145dae2220997f76de

sev- sev at scummvm.org
Wed Jul 22 08:28:24 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
00ceb9d9d3 CI: Disable win32 and x64 builds because they're broken


Commit: 00ceb9d9d39a653879649c145dae2220997f76de
    https://github.com/scummvm/scummvm/commit/00ceb9d9d39a653879649c145dae2220997f76de
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-22T10:28:15+02:00

Commit Message:
CI: Disable win32 and x64 builds because they're broken

The builds are timing out at the vcpkg state and nobody cares,
especially the author, about looking into the problem.

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 93eb43064c..cb18b21271 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,15 +8,6 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - platform: win32
-            triplet: x86-windows
-            arch: x86
-            vcpkgPackages: 'curl faad2 fluidsynth freetype fribidi libflac libjpeg-turbo libmad libmpeg2 libogg libpng libtheora libvorbis sdl2 sdl2-net zlib'
-            useNasm: 'true'
-          - platform: x64
-            arch: x64
-            triplet: x64-windows
-            vcpkgPackages: 'curl faad2 fluidsynth freetype fribidi libflac libjpeg-turbo libmad libmpeg2 libogg libpng libtheora libvorbis sdl2 sdl2-net zlib'
           - platform: arm64
             arch: arm64
             triplet: arm64-windows




More information about the Scummvm-git-logs mailing list