From 2ed013a8b0fa63d94be8be930b330e49ef47a82f Mon Sep 17 00:00:00 2001 From: Subs Date: Thu, 28 Nov 2024 19:56:40 +0100 Subject: [PATCH] Update ubuntu-matrix.yml --- .github/workflows/ubuntu-matrix.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ubuntu-matrix.yml b/.github/workflows/ubuntu-matrix.yml index 67576d14..d91c7df7 100644 --- a/.github/workflows/ubuntu-matrix.yml +++ b/.github/workflows/ubuntu-matrix.yml @@ -17,16 +17,14 @@ jobs: - { name: Linux x64 KMS, targetos: linux-x86, amflags: USE_DRM=1 } - { name: Linux x64 X11, targetos: linux-x86 } #- { name: MacOS, targetos: mac, os: macos-latest, amflags: prefix=.. USE_SYSTEM_SFML=1, flags: -DSFML_USE_SYSTEM_DEPS=1 } - - { name: armv7, targetos: linux-arm, os: ubuntu-20.04, archos: buster, shell: bash, amflags: USE_DRM=1 USE_MMAL=1} - - { name: aarch64, targetos: linux-arm, os: ubuntu-20.04, archos: buster, shell: bash, amflags: USE_DRM=1} + #- { name: armv7, targetos: linux-arm, os: ubuntu-20.04, archos: buster, shell: bash, amflags: USE_DRM=1 USE_MMAL=1} + #- { name: aarch64, targetos: linux-arm, os: ubuntu-20.04, archos: buster, shell: bash, amflags: USE_DRM=1} config: - { name: shared, amflags: STATIC=0 } - { name: static, amflags: STATIC=1 } os: [ ubuntu-24.04, ubuntu-22.04, ubuntu-20.04 ] - os: [ bookwork, bullseye, buster ] - - + exclude: - platform: { targetos: linux-x86 } config: { name: shared }