Skip to content

Commit f77b44c

Browse files
committed
TEMP less CI
1 parent 3c8c3e6 commit f77b44c

File tree

3 files changed

+863
-863
lines changed

3 files changed

+863
-863
lines changed

.github/workflows/apple.yml

Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -41,57 +41,57 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
build:
44-
- target_triple: 'aarch64-apple-darwin'
45-
runner: macos-14
46-
py: 'cpython-3.9'
47-
options: 'debug'
48-
- target_triple: 'aarch64-apple-darwin'
49-
runner: macos-14
50-
py: 'cpython-3.9'
51-
options: 'pgo'
52-
- target_triple: 'aarch64-apple-darwin'
53-
runner: macos-14
54-
py: 'cpython-3.9'
55-
options: 'pgo+lto'
56-
57-
- target_triple: 'aarch64-apple-darwin'
58-
runner: macos-14
59-
py: 'cpython-3.10'
60-
options: 'debug'
61-
- target_triple: 'aarch64-apple-darwin'
62-
runner: macos-14
63-
py: 'cpython-3.10'
64-
options: 'pgo'
65-
- target_triple: 'aarch64-apple-darwin'
66-
runner: macos-14
67-
py: 'cpython-3.10'
68-
options: 'pgo+lto'
69-
70-
- target_triple: 'aarch64-apple-darwin'
71-
runner: macos-14
72-
py: 'cpython-3.11'
73-
options: 'debug'
74-
- target_triple: 'aarch64-apple-darwin'
75-
runner: macos-14
76-
py: 'cpython-3.11'
77-
options: 'pgo'
78-
- target_triple: 'aarch64-apple-darwin'
79-
runner: macos-14
80-
py: 'cpython-3.11'
81-
options: 'pgo+lto'
82-
83-
- target_triple: 'aarch64-apple-darwin'
84-
runner: macos-14
85-
py: 'cpython-3.12'
86-
options: 'debug'
87-
- target_triple: 'aarch64-apple-darwin'
88-
runner: macos-14
89-
py: 'cpython-3.12'
90-
options: 'pgo'
91-
- target_triple: 'aarch64-apple-darwin'
92-
runner: macos-14
93-
py: 'cpython-3.12'
94-
options: 'pgo+lto'
44+
# - target_triple: 'aarch64-apple-darwin'
45+
# runner: macos-14
46+
# py: 'cpython-3.9'
47+
# options: 'debug'
48+
# - target_triple: 'aarch64-apple-darwin'
49+
# runner: macos-14
50+
# py: 'cpython-3.9'
51+
# options: 'pgo'
52+
# - target_triple: 'aarch64-apple-darwin'
53+
# runner: macos-14
54+
# py: 'cpython-3.9'
55+
# options: 'pgo+lto'
56+
#
57+
# - target_triple: 'aarch64-apple-darwin'
58+
# runner: macos-14
59+
# py: 'cpython-3.10'
60+
# options: 'debug'
61+
# - target_triple: 'aarch64-apple-darwin'
62+
# runner: macos-14
63+
# py: 'cpython-3.10'
64+
# options: 'pgo'
65+
# - target_triple: 'aarch64-apple-darwin'
66+
# runner: macos-14
67+
# py: 'cpython-3.10'
68+
# options: 'pgo+lto'
69+
#
70+
# - target_triple: 'aarch64-apple-darwin'
71+
# runner: macos-14
72+
# py: 'cpython-3.11'
73+
# options: 'debug'
74+
# - target_triple: 'aarch64-apple-darwin'
75+
# runner: macos-14
76+
# py: 'cpython-3.11'
77+
# options: 'pgo'
78+
# - target_triple: 'aarch64-apple-darwin'
79+
# runner: macos-14
80+
# py: 'cpython-3.11'
81+
# options: 'pgo+lto'
82+
#
83+
# - target_triple: 'aarch64-apple-darwin'
84+
# runner: macos-14
85+
# py: 'cpython-3.12'
86+
# options: 'debug'
87+
# - target_triple: 'aarch64-apple-darwin'
88+
# runner: macos-14
89+
# py: 'cpython-3.12'
90+
# options: 'pgo'
91+
# - target_triple: 'aarch64-apple-darwin'
92+
# runner: macos-14
93+
# py: 'cpython-3.12'
94+
# options: 'pgo+lto'
9595

9696
- target_triple: 'aarch64-apple-darwin'
9797
runner: macos-14
@@ -119,60 +119,60 @@ jobs:
119119
py: 'cpython-3.13'
120120
options: 'freethreaded+pgo+lto'
121121

122-
# macOS on Intel hardware. This is pretty straightforward. We exclude
123-
# noopt because it doesn't provide any compelling advantages over PGO
124-
# or LTO builds.
125-
- target_triple: 'x86_64-apple-darwin'
126-
runner: macos-13
127-
py: 'cpython-3.9'
128-
options: 'debug'
129-
- target_triple: 'x86_64-apple-darwin'
130-
runner: macos-13
131-
py: 'cpython-3.9'
132-
options: 'pgo'
133-
- target_triple: 'x86_64-apple-darwin'
134-
runner: macos-13
135-
py: 'cpython-3.9'
136-
options: 'pgo+lto'
137-
138-
- target_triple: 'x86_64-apple-darwin'
139-
runner: macos-13
140-
py: 'cpython-3.10'
141-
options: 'debug'
142-
- target_triple: 'x86_64-apple-darwin'
143-
runner: macos-13
144-
py: 'cpython-3.10'
145-
options: 'pgo'
146-
- target_triple: 'x86_64-apple-darwin'
147-
runner: macos-13
148-
py: 'cpython-3.10'
149-
options: 'pgo+lto'
150-
151-
- target_triple: 'x86_64-apple-darwin'
152-
runner: macos-13
153-
py: 'cpython-3.11'
154-
options: 'debug'
155-
- target_triple: 'x86_64-apple-darwin'
156-
runner: macos-13
157-
py: 'cpython-3.11'
158-
options: 'pgo'
159-
- target_triple: 'x86_64-apple-darwin'
160-
runner: macos-13
161-
py: 'cpython-3.11'
162-
options: 'pgo+lto'
163-
164-
- target_triple: 'x86_64-apple-darwin'
165-
runner: macos-13
166-
py: 'cpython-3.12'
167-
options: 'debug'
168-
- target_triple: 'x86_64-apple-darwin'
169-
runner: macos-13
170-
py: 'cpython-3.12'
171-
options: 'pgo'
172-
- target_triple: 'x86_64-apple-darwin'
173-
runner: macos-13
174-
py: 'cpython-3.12'
175-
options: 'pgo+lto'
122+
# # macOS on Intel hardware. This is pretty straightforward. We exclude
123+
# # noopt because it doesn't provide any compelling advantages over PGO
124+
# # or LTO builds.
125+
# - target_triple: 'x86_64-apple-darwin'
126+
# runner: macos-13
127+
# py: 'cpython-3.9'
128+
# options: 'debug'
129+
# - target_triple: 'x86_64-apple-darwin'
130+
# runner: macos-13
131+
# py: 'cpython-3.9'
132+
# options: 'pgo'
133+
# - target_triple: 'x86_64-apple-darwin'
134+
# runner: macos-13
135+
# py: 'cpython-3.9'
136+
# options: 'pgo+lto'
137+
#
138+
# - target_triple: 'x86_64-apple-darwin'
139+
# runner: macos-13
140+
# py: 'cpython-3.10'
141+
# options: 'debug'
142+
# - target_triple: 'x86_64-apple-darwin'
143+
# runner: macos-13
144+
# py: 'cpython-3.10'
145+
# options: 'pgo'
146+
# - target_triple: 'x86_64-apple-darwin'
147+
# runner: macos-13
148+
# py: 'cpython-3.10'
149+
# options: 'pgo+lto'
150+
#
151+
# - target_triple: 'x86_64-apple-darwin'
152+
# runner: macos-13
153+
# py: 'cpython-3.11'
154+
# options: 'debug'
155+
# - target_triple: 'x86_64-apple-darwin'
156+
# runner: macos-13
157+
# py: 'cpython-3.11'
158+
# options: 'pgo'
159+
# - target_triple: 'x86_64-apple-darwin'
160+
# runner: macos-13
161+
# py: 'cpython-3.11'
162+
# options: 'pgo+lto'
163+
#
164+
# - target_triple: 'x86_64-apple-darwin'
165+
# runner: macos-13
166+
# py: 'cpython-3.12'
167+
# options: 'debug'
168+
# - target_triple: 'x86_64-apple-darwin'
169+
# runner: macos-13
170+
# py: 'cpython-3.12'
171+
# options: 'pgo'
172+
# - target_triple: 'x86_64-apple-darwin'
173+
# runner: macos-13
174+
# py: 'cpython-3.12'
175+
# options: 'pgo+lto'
176176

177177
- target_triple: 'x86_64-apple-darwin'
178178
runner: macos-13

0 commit comments

Comments
 (0)