Skip to content

Commit

Permalink
Remove unused flavours.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Aug 27, 2024
1 parent 86509b5 commit e3e7804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/merge_conan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: ["ubuntu-22.04", "ubuntu-20.04"]
platform: ["ubuntu-22.04"]
build-type: ["Debug", "Release"]
malloc-impl: ["libc", "tcmalloc"]
prerelease: ["True", "False"]
exclude:
- build-type: Debug
platform: ubuntu-20.04
- malloc-impl: libc
build-type: Release
platform: ubuntu-22.04
- prerelease: "True"
platform: ubuntu-20.04
uses: ./.github/workflows/build_dependencies.yml
with:
platform: ${{ matrix.platform }}
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/pr_conan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: ["ubuntu-22.04", "ubuntu-20.04"]
platform: ["ubuntu-22.04"]
build-type: ["Debug", "Release"]
malloc-impl: ["libc", "tcmalloc"]
prerelease: ["True", "False"]
exclude:
- build-type: Debug
platform: ubuntu-20.04
- build-type: Debug
platform: tcmalloc
- malloc-impl: libc
build-type: Release
- prerelease: "True"
platform: ubuntu-20.04
uses: ./.github/workflows/build_dependencies.yml
with:
platform: ${{ matrix.platform }}
Expand Down

0 comments on commit e3e7804

Please sign in to comment.