From 9f2f696447441673e9a4a56009b2fd2b70b44843 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Wed, 14 Aug 2024 09:58:03 +0200 Subject: [PATCH] build: cut down number of CI builds --- .github/workflows/build.yml | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5288cefd..bd278522c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -251,6 +251,12 @@ jobs: build_type: - gcc-release-shared-ninja exclude: + - arch: amd64 + dist: ubuntu + build_type: gcc-release-shared-ninja + - arch: amd64 + dist: fedora + build_type: gcc-release-shared-ninja - arch: arm64v8 dist: arch build_type: gcc-release-shared-ninja @@ -267,18 +273,6 @@ jobs: - arch: amd64 dist: ubuntu build_type: clang-debug-coverage-ninja - - arch: amd64 - dist: ubuntu - build_type: oldgcc-debug-shared-make - - arch: arm64v8 - dist: ubuntu - build_type: gcc-debug-shared-noperfmon-ninja - - arch: amd64 - dist: ubuntu - build_type: gcc-debug-shared-nostacktrace-ninja - - arch: amd64 - dist: ubuntu - build_type: oldclang-debug-shared-make - arch: amd64 dist: ubuntu build_type: gcc-release-ninja-static @@ -315,15 +309,6 @@ jobs: - arch: arm64v8 dist: ubuntu build_type: clang-debug-ninja-static - - arch: arm64v8 - dist: ubuntu-2204 - build_type: gcc-release-shared-ninja - - arch: arm64v8 - dist: ubuntu-2204 - build_type: gcc-debug-shared-ninja - - arch: arm64v8 - dist: ubuntu-2204 - build_type: clang-release-ninja runs-on: - self-hosted