File tree Expand file tree Collapse file tree 3 files changed +0
-62
lines changed Expand file tree Collapse file tree 3 files changed +0
-62
lines changed Original file line number Diff line number Diff line change 44
44
fail-fast : false
45
45
matrix :
46
46
build :
47
- - target_triple : ' aarch64-apple-darwin'
48
- runner : macos-14
49
- py : ' cpython-3.8'
50
- options : ' debug'
51
- - target_triple : ' aarch64-apple-darwin'
52
- runner : macos-14
53
- py : ' cpython-3.8'
54
- options : ' pgo'
55
- - target_triple : ' aarch64-apple-darwin'
56
- runner : macos-14
57
- py : ' cpython-3.8'
58
- options : ' pgo+lto'
59
-
60
47
- target_triple : ' aarch64-apple-darwin'
61
48
runner : macos-14
62
49
py : ' cpython-3.9'
@@ -138,19 +125,6 @@ jobs:
138
125
# macOS on Intel hardware. This is pretty straightforward. We exclude
139
126
# noopt because it doesn't provide any compelling advantages over PGO
140
127
# or LTO builds.
141
- - target_triple : ' x86_64-apple-darwin'
142
- runner : macos-13
143
- py : ' cpython-3.8'
144
- options : ' debug'
145
- - target_triple : ' x86_64-apple-darwin'
146
- runner : macos-13
147
- py : ' cpython-3.8'
148
- options : ' pgo'
149
- - target_triple : ' x86_64-apple-darwin'
150
- runner : macos-13
151
- py : ' cpython-3.8'
152
- options : ' pgo+lto'
153
-
154
128
- target_triple : ' x86_64-apple-darwin'
155
129
runner : macos-13
156
130
py : ' cpython-3.9'
Original file line number Diff line number Diff line change @@ -120,15 +120,6 @@ jobs:
120
120
matrix :
121
121
build :
122
122
# Cross-compiles can't do PGO.
123
- - target_triple : ' aarch64-unknown-linux-gnu'
124
- py : ' cpython-3.8'
125
- options : ' debug'
126
- - target_triple : ' aarch64-unknown-linux-gnu'
127
- py : ' cpython-3.8'
128
- options : ' noopt'
129
- - target_triple : ' aarch64-unknown-linux-gnu'
130
- py : ' cpython-3.8'
131
- options : ' lto'
132
123
133
124
- target_triple : ' aarch64-unknown-linux-gnu'
134
125
py : ' cpython-3.9'
@@ -416,20 +407,6 @@ jobs:
416
407
py : ' cpython-3.12'
417
408
options : ' lto'
418
409
419
- # We don't publish noopt builds when PGO is available.
420
- - target_triple : ' x86_64-unknown-linux-gnu'
421
- py : ' cpython-3.8'
422
- options : ' debug'
423
- run : true
424
- - target_triple : ' x86_64-unknown-linux-gnu'
425
- py : ' cpython-3.8'
426
- options : ' pgo'
427
- run : true
428
- - target_triple : ' x86_64-unknown-linux-gnu'
429
- py : ' cpython-3.8'
430
- options : ' pgo+lto'
431
- run : true
432
-
433
410
- target_triple : ' x86_64-unknown-linux-gnu'
434
411
py : ' cpython-3.9'
435
412
options : ' debug'
@@ -629,18 +606,6 @@ jobs:
629
606
options : ' lto'
630
607
631
608
# musl doesn't support PGO.
632
- - target_triple : ' x86_64-unknown-linux-musl'
633
- py : ' cpython-3.8'
634
- options : ' debug'
635
- run : true
636
- - target_triple : ' x86_64-unknown-linux-musl'
637
- py : ' cpython-3.8'
638
- options : ' noopt'
639
- run : true
640
- - target_triple : ' x86_64-unknown-linux-musl'
641
- py : ' cpython-3.8'
642
- options : ' lto'
643
- run : true
644
609
645
610
- target_triple : ' x86_64-unknown-linux-musl'
646
611
py : ' cpython-3.9'
Original file line number Diff line number Diff line change 44
44
fail-fast : false
45
45
matrix :
46
46
py :
47
- - ' cpython-3.8'
48
47
- ' cpython-3.9'
49
48
- ' cpython-3.10'
50
49
- ' cpython-3.11'
You can’t perform that action at this time.
0 commit comments