Skip to content

Commit

Permalink
TMP: Shrink matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 4, 2024
1 parent 9cacdcc commit be59689
Show file tree
Hide file tree
Showing 3 changed files with 880 additions and 880 deletions.
192 changes: 96 additions & 96 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,57 +49,57 @@ jobs:
fail-fast: false
matrix:
build:
- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.8'
optimizations: 'debug'
- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.8'
optimizations: 'pgo'
- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.8'
optimizations: 'pgo+lto'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.8'
# optimizations: 'debug'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.8'
# optimizations: 'pgo'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.8'
# optimizations: 'pgo+lto'

- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.9'
optimizations: 'debug'
- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.9'
optimizations: 'pgo'
- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.9'
optimizations: 'pgo+lto'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.9'
# optimizations: 'debug'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.9'
# optimizations: 'pgo'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.9'
# optimizations: 'pgo+lto'

- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.10'
optimizations: 'debug'
- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.10'
optimizations: 'pgo'
- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.10'
optimizations: 'pgo+lto'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.10'
# optimizations: 'debug'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.10'
# optimizations: 'pgo'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.10'
# optimizations: 'pgo+lto'

- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.11'
optimizations: 'debug'
- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.11'
optimizations: 'pgo'
- target_triple: 'aarch64-apple-darwin'
runner: macos-14
py: 'cpython-3.11'
optimizations: 'pgo+lto'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.11'
# optimizations: 'debug'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.11'
# optimizations: 'pgo'
# - target_triple: 'aarch64-apple-darwin'
# runner: macos-14
# py: 'cpython-3.11'
# optimizations: 'pgo+lto'

- target_triple: 'aarch64-apple-darwin'
runner: macos-14
Expand Down Expand Up @@ -130,57 +130,57 @@ jobs:
# macOS on Intel hardware. This is pretty straightforward. We exclude
# noopt because it doesn't provide any compelling advantages over PGO
# or LTO builds.
- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.8'
optimizations: 'debug'
- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.8'
optimizations: 'pgo'
- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.8'
optimizations: 'pgo+lto'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.8'
# optimizations: 'debug'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.8'
# optimizations: 'pgo'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.8'
# optimizations: 'pgo+lto'

- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.9'
optimizations: 'debug'
- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.9'
optimizations: 'pgo'
- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.9'
optimizations: 'pgo+lto'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.9'
# optimizations: 'debug'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.9'
# optimizations: 'pgo'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.9'
# optimizations: 'pgo+lto'

- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.10'
optimizations: 'debug'
- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.10'
optimizations: 'pgo'
- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.10'
optimizations: 'pgo+lto'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.10'
# optimizations: 'debug'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.10'
# optimizations: 'pgo'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.10'
# optimizations: 'pgo+lto'

- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.11'
optimizations: 'debug'
- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.11'
optimizations: 'pgo'
- target_triple: 'x86_64-apple-darwin'
runner: macos-13
py: 'cpython-3.11'
optimizations: 'pgo+lto'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.11'
# optimizations: 'debug'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.11'
# optimizations: 'pgo'
# - target_triple: 'x86_64-apple-darwin'
# runner: macos-13
# py: 'cpython-3.11'
# optimizations: 'pgo+lto'

- target_triple: 'x86_64-apple-darwin'
runner: macos-13
Expand Down
Loading

0 comments on commit be59689

Please sign in to comment.