Skip to content

Commit

Permalink
build: cut down number of CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Aug 14, 2024
1 parent 7838b99 commit 9f2f696
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9f2f696

Please sign in to comment.