Skip to content

Commit be59689

Browse files
committed
TMP: Shrink matrix
1 parent 9cacdcc commit be59689

File tree

3 files changed

+880
-880
lines changed

3 files changed

+880
-880
lines changed

.github/workflows/apple.yml

Lines changed: 96 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -49,57 +49,57 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
build:
52-
- target_triple: 'aarch64-apple-darwin'
53-
runner: macos-14
54-
py: 'cpython-3.8'
55-
optimizations: 'debug'
56-
- target_triple: 'aarch64-apple-darwin'
57-
runner: macos-14
58-
py: 'cpython-3.8'
59-
optimizations: 'pgo'
60-
- target_triple: 'aarch64-apple-darwin'
61-
runner: macos-14
62-
py: 'cpython-3.8'
63-
optimizations: 'pgo+lto'
52+
# - target_triple: 'aarch64-apple-darwin'
53+
# runner: macos-14
54+
# py: 'cpython-3.8'
55+
# optimizations: 'debug'
56+
# - target_triple: 'aarch64-apple-darwin'
57+
# runner: macos-14
58+
# py: 'cpython-3.8'
59+
# optimizations: 'pgo'
60+
# - target_triple: 'aarch64-apple-darwin'
61+
# runner: macos-14
62+
# py: 'cpython-3.8'
63+
# optimizations: 'pgo+lto'
6464

65-
- target_triple: 'aarch64-apple-darwin'
66-
runner: macos-14
67-
py: 'cpython-3.9'
68-
optimizations: 'debug'
69-
- target_triple: 'aarch64-apple-darwin'
70-
runner: macos-14
71-
py: 'cpython-3.9'
72-
optimizations: 'pgo'
73-
- target_triple: 'aarch64-apple-darwin'
74-
runner: macos-14
75-
py: 'cpython-3.9'
76-
optimizations: 'pgo+lto'
65+
# - target_triple: 'aarch64-apple-darwin'
66+
# runner: macos-14
67+
# py: 'cpython-3.9'
68+
# optimizations: 'debug'
69+
# - target_triple: 'aarch64-apple-darwin'
70+
# runner: macos-14
71+
# py: 'cpython-3.9'
72+
# optimizations: 'pgo'
73+
# - target_triple: 'aarch64-apple-darwin'
74+
# runner: macos-14
75+
# py: 'cpython-3.9'
76+
# optimizations: 'pgo+lto'
7777

78-
- target_triple: 'aarch64-apple-darwin'
79-
runner: macos-14
80-
py: 'cpython-3.10'
81-
optimizations: 'debug'
82-
- target_triple: 'aarch64-apple-darwin'
83-
runner: macos-14
84-
py: 'cpython-3.10'
85-
optimizations: 'pgo'
86-
- target_triple: 'aarch64-apple-darwin'
87-
runner: macos-14
88-
py: 'cpython-3.10'
89-
optimizations: 'pgo+lto'
78+
# - target_triple: 'aarch64-apple-darwin'
79+
# runner: macos-14
80+
# py: 'cpython-3.10'
81+
# optimizations: 'debug'
82+
# - target_triple: 'aarch64-apple-darwin'
83+
# runner: macos-14
84+
# py: 'cpython-3.10'
85+
# optimizations: 'pgo'
86+
# - target_triple: 'aarch64-apple-darwin'
87+
# runner: macos-14
88+
# py: 'cpython-3.10'
89+
# optimizations: 'pgo+lto'
9090

91-
- target_triple: 'aarch64-apple-darwin'
92-
runner: macos-14
93-
py: 'cpython-3.11'
94-
optimizations: 'debug'
95-
- target_triple: 'aarch64-apple-darwin'
96-
runner: macos-14
97-
py: 'cpython-3.11'
98-
optimizations: 'pgo'
99-
- target_triple: 'aarch64-apple-darwin'
100-
runner: macos-14
101-
py: 'cpython-3.11'
102-
optimizations: 'pgo+lto'
91+
# - target_triple: 'aarch64-apple-darwin'
92+
# runner: macos-14
93+
# py: 'cpython-3.11'
94+
# optimizations: 'debug'
95+
# - target_triple: 'aarch64-apple-darwin'
96+
# runner: macos-14
97+
# py: 'cpython-3.11'
98+
# optimizations: 'pgo'
99+
# - target_triple: 'aarch64-apple-darwin'
100+
# runner: macos-14
101+
# py: 'cpython-3.11'
102+
# optimizations: 'pgo+lto'
103103

104104
- target_triple: 'aarch64-apple-darwin'
105105
runner: macos-14
@@ -130,57 +130,57 @@ jobs:
130130
# macOS on Intel hardware. This is pretty straightforward. We exclude
131131
# noopt because it doesn't provide any compelling advantages over PGO
132132
# or LTO builds.
133-
- target_triple: 'x86_64-apple-darwin'
134-
runner: macos-13
135-
py: 'cpython-3.8'
136-
optimizations: 'debug'
137-
- target_triple: 'x86_64-apple-darwin'
138-
runner: macos-13
139-
py: 'cpython-3.8'
140-
optimizations: 'pgo'
141-
- target_triple: 'x86_64-apple-darwin'
142-
runner: macos-13
143-
py: 'cpython-3.8'
144-
optimizations: 'pgo+lto'
133+
# - target_triple: 'x86_64-apple-darwin'
134+
# runner: macos-13
135+
# py: 'cpython-3.8'
136+
# optimizations: 'debug'
137+
# - target_triple: 'x86_64-apple-darwin'
138+
# runner: macos-13
139+
# py: 'cpython-3.8'
140+
# optimizations: 'pgo'
141+
# - target_triple: 'x86_64-apple-darwin'
142+
# runner: macos-13
143+
# py: 'cpython-3.8'
144+
# optimizations: 'pgo+lto'
145145

146-
- target_triple: 'x86_64-apple-darwin'
147-
runner: macos-13
148-
py: 'cpython-3.9'
149-
optimizations: 'debug'
150-
- target_triple: 'x86_64-apple-darwin'
151-
runner: macos-13
152-
py: 'cpython-3.9'
153-
optimizations: 'pgo'
154-
- target_triple: 'x86_64-apple-darwin'
155-
runner: macos-13
156-
py: 'cpython-3.9'
157-
optimizations: 'pgo+lto'
146+
# - target_triple: 'x86_64-apple-darwin'
147+
# runner: macos-13
148+
# py: 'cpython-3.9'
149+
# optimizations: 'debug'
150+
# - target_triple: 'x86_64-apple-darwin'
151+
# runner: macos-13
152+
# py: 'cpython-3.9'
153+
# optimizations: 'pgo'
154+
# - target_triple: 'x86_64-apple-darwin'
155+
# runner: macos-13
156+
# py: 'cpython-3.9'
157+
# optimizations: 'pgo+lto'
158158

159-
- target_triple: 'x86_64-apple-darwin'
160-
runner: macos-13
161-
py: 'cpython-3.10'
162-
optimizations: 'debug'
163-
- target_triple: 'x86_64-apple-darwin'
164-
runner: macos-13
165-
py: 'cpython-3.10'
166-
optimizations: 'pgo'
167-
- target_triple: 'x86_64-apple-darwin'
168-
runner: macos-13
169-
py: 'cpython-3.10'
170-
optimizations: 'pgo+lto'
159+
# - target_triple: 'x86_64-apple-darwin'
160+
# runner: macos-13
161+
# py: 'cpython-3.10'
162+
# optimizations: 'debug'
163+
# - target_triple: 'x86_64-apple-darwin'
164+
# runner: macos-13
165+
# py: 'cpython-3.10'
166+
# optimizations: 'pgo'
167+
# - target_triple: 'x86_64-apple-darwin'
168+
# runner: macos-13
169+
# py: 'cpython-3.10'
170+
# optimizations: 'pgo+lto'
171171

172-
- target_triple: 'x86_64-apple-darwin'
173-
runner: macos-13
174-
py: 'cpython-3.11'
175-
optimizations: 'debug'
176-
- target_triple: 'x86_64-apple-darwin'
177-
runner: macos-13
178-
py: 'cpython-3.11'
179-
optimizations: 'pgo'
180-
- target_triple: 'x86_64-apple-darwin'
181-
runner: macos-13
182-
py: 'cpython-3.11'
183-
optimizations: 'pgo+lto'
172+
# - target_triple: 'x86_64-apple-darwin'
173+
# runner: macos-13
174+
# py: 'cpython-3.11'
175+
# optimizations: 'debug'
176+
# - target_triple: 'x86_64-apple-darwin'
177+
# runner: macos-13
178+
# py: 'cpython-3.11'
179+
# optimizations: 'pgo'
180+
# - target_triple: 'x86_64-apple-darwin'
181+
# runner: macos-13
182+
# py: 'cpython-3.11'
183+
# optimizations: 'pgo+lto'
184184

185185
- target_triple: 'x86_64-apple-darwin'
186186
runner: macos-13

0 commit comments

Comments
 (0)