|
1 | 1 | # This file defines configurations for each supported build target/triple.
|
2 | 2 | #
|
3 | 3 | # host_platform
|
4 |
| -# Defines the Python sys.platform value where this configuration |
5 |
| -# can be built from. |
| 4 | +# Defines the platform name where this configuration can be built from. |
6 | 5 | #
|
7 | 6 | # pythons_supported
|
8 | 7 | # Python versions we support building.
|
|
51 | 50 | # 11.0+.
|
52 | 51 | aarch64-apple-darwin:
|
53 | 52 | host_platforms:
|
54 |
| - - darwin |
| 53 | + - macos |
55 | 54 | pythons_supported:
|
56 | 55 | - '3.9'
|
57 | 56 | needs_toolchain: true
|
@@ -92,7 +91,7 @@ aarch64-apple-darwin:
|
92 | 91 |
|
93 | 92 | aarch64-apple-ios:
|
94 | 93 | host_platforms:
|
95 |
| - - darwin |
| 94 | + - macos |
96 | 95 | pythons_supported:
|
97 | 96 | - '3.9'
|
98 | 97 | needs_toolchain: true
|
@@ -127,7 +126,7 @@ aarch64-apple-ios:
|
127 | 126 |
|
128 | 127 | aarch64-unknown-linux-gnu:
|
129 | 128 | host_platforms:
|
130 |
| - - linux |
| 129 | + - linux64 |
131 | 130 | pythons_supported:
|
132 | 131 | - '3.9'
|
133 | 132 | docker_image_suffix: .cross
|
@@ -157,7 +156,7 @@ aarch64-unknown-linux-gnu:
|
157 | 156 |
|
158 | 157 | arm64-apple-tvos:
|
159 | 158 | host_platforms:
|
160 |
| - - darwin |
| 159 | + - macos |
161 | 160 | pythons_supported:
|
162 | 161 | - '3.9'
|
163 | 162 | needs_toolchain: true
|
@@ -191,7 +190,7 @@ arm64-apple-tvos:
|
191 | 190 |
|
192 | 191 | armv7-unknown-linux-gnueabi:
|
193 | 192 | host_platforms:
|
194 |
| - - linux |
| 193 | + - linux64 |
195 | 194 | pythons_supported:
|
196 | 195 | - '3.9'
|
197 | 196 | docker_image_suffix: .cross
|
@@ -221,7 +220,7 @@ armv7-unknown-linux-gnueabi:
|
221 | 220 |
|
222 | 221 | armv7-unknown-linux-gnueabihf:
|
223 | 222 | host_platforms:
|
224 |
| - - linux |
| 223 | + - linux64 |
225 | 224 | pythons_supported:
|
226 | 225 | - '3.9'
|
227 | 226 | docker_image_suffix: .cross
|
@@ -251,7 +250,7 @@ armv7-unknown-linux-gnueabihf:
|
251 | 250 |
|
252 | 251 | i686-unknown-linux-gnu:
|
253 | 252 | host_platforms:
|
254 |
| - - linux |
| 253 | + - linux64 |
255 | 254 | pythons_supported:
|
256 | 255 | - '3.8'
|
257 | 256 | - '3.9'
|
@@ -289,7 +288,7 @@ i686-unknown-linux-gnu:
|
289 | 288 |
|
290 | 289 | mips-unknown-linux-gnu:
|
291 | 290 | host_platforms:
|
292 |
| - - linux |
| 291 | + - linux64 |
293 | 292 | pythons_supported:
|
294 | 293 | - '3.9'
|
295 | 294 | docker_image_suffix: .cross
|
@@ -319,7 +318,7 @@ mips-unknown-linux-gnu:
|
319 | 318 |
|
320 | 319 | mipsel-unknown-linux-gnu:
|
321 | 320 | host_platforms:
|
322 |
| - - linux |
| 321 | + - linux64 |
323 | 322 | pythons_supported:
|
324 | 323 | - '3.9'
|
325 | 324 | docker_image_suffix: .cross
|
@@ -349,7 +348,7 @@ mipsel-unknown-linux-gnu:
|
349 | 348 |
|
350 | 349 | s390x-unknown-linux-gnu:
|
351 | 350 | host_platforms:
|
352 |
| - - linux |
| 351 | + - linux64 |
353 | 352 | pythons_supported:
|
354 | 353 | - '3.9'
|
355 | 354 | docker_image_suffix: .cross
|
@@ -379,7 +378,7 @@ s390x-unknown-linux-gnu:
|
379 | 378 |
|
380 | 379 | thumb7k-apple-watchos:
|
381 | 380 | host_platforms:
|
382 |
| - - darwin |
| 381 | + - macos |
383 | 382 | pythons_supported:
|
384 | 383 | - '3.9'
|
385 | 384 | needs_toolchain: true
|
@@ -417,7 +416,7 @@ thumb7k-apple-watchos:
|
417 | 416 | # machines.
|
418 | 417 | x86_64-apple-darwin:
|
419 | 418 | host_platforms:
|
420 |
| - - darwin |
| 419 | + - macos |
421 | 420 | pythons_supported:
|
422 | 421 | - '3.8'
|
423 | 422 | - '3.9'
|
@@ -459,7 +458,7 @@ x86_64-apple-darwin:
|
459 | 458 |
|
460 | 459 | x86_64-apple-ios:
|
461 | 460 | host_platforms:
|
462 |
| - - darwin |
| 461 | + - macos |
463 | 462 | pythons_supported:
|
464 | 463 | - '3.9'
|
465 | 464 | needs_toolchain: true
|
@@ -494,7 +493,7 @@ x86_64-apple-ios:
|
494 | 493 |
|
495 | 494 | x86_64-apple-tvos:
|
496 | 495 | host_platforms:
|
497 |
| - - darwin |
| 496 | + - macos |
498 | 497 | pythons_supported:
|
499 | 498 | - '3.9'
|
500 | 499 | needs_toolchain: true
|
@@ -527,7 +526,7 @@ x86_64-apple-tvos:
|
527 | 526 |
|
528 | 527 | x86_64-apple-watchos:
|
529 | 528 | host_platforms:
|
530 |
| - - darwin |
| 529 | + - macos |
531 | 530 | pythons_supported:
|
532 | 531 | - '3.9'
|
533 | 532 | needs_toolchain: true
|
@@ -561,7 +560,7 @@ x86_64-apple-watchos:
|
561 | 560 |
|
562 | 561 | x86_64-unknown-linux-gnu:
|
563 | 562 | host_platforms:
|
564 |
| - - linux |
| 563 | + - linux64 |
565 | 564 | pythons_supported:
|
566 | 565 | - '3.8'
|
567 | 566 | - '3.9'
|
@@ -594,7 +593,7 @@ x86_64-unknown-linux-gnu:
|
594 | 593 |
|
595 | 594 | x86_64-unknown-linux-musl:
|
596 | 595 | host_platforms:
|
597 |
| - - linux |
| 596 | + - linux64 |
598 | 597 | pythons_supported:
|
599 | 598 | - '3.8'
|
600 | 599 | - '3.9'
|
|
0 commit comments