Skip to content

Commit 7374569

Browse files
committed
Remove x86_64-apple-watchos target that only built for 3.9
1 parent d10e027 commit 7374569

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

cpython-unix/targets.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -549,49 +549,6 @@ x86_64-apple-darwin:
549549
- zstd
550550
openssl_target: darwin64-x86_64-cc
551551

552-
x86_64-apple-watchos:
553-
host_platforms:
554-
- macos_arm64
555-
- macos_x86_64
556-
pythons_supported:
557-
- '3.9'
558-
needs_toolchain: true
559-
apple_sdk_platform: watchsimulator
560-
host_cc: clang
561-
host_cxx: clang++
562-
target_cc: clang
563-
target_cxx: clang++
564-
target_cflags:
565-
- '-arch'
566-
- 'x86_64'
567-
- '-mwatchsimulator-version-min=7.0'
568-
# Suppress extremely verbose warnings we see with LLVM 10.
569-
- '-Wno-nullability-completeness'
570-
- '-Wno-expansion-to-defined'
571-
# LLVM 11 contains commit https://reviews.llvm.org/D83250,
572-
# which enables -Werror for undef-prefix=TARGET_OS_.
573-
# However, the macOS SDK has headers that reference deprecated
574-
# TARGET_OS defines, like TARGET_OS_EMBEDDED. So LLVM 11 refuses
575-
# to work with the macOS SDKs out of the box. We work around
576-
# this by undoing the -Werror=undef-prefix in that commit.
577-
- '-Wno-undef-prefix'
578-
- '-fvisibility=hidden'
579-
target_ldflags:
580-
- '-arch'
581-
- 'x86_64'
582-
- '-mwatchsimulator-version-min=7.0'
583-
needs:
584-
- autoconf
585-
- bzip2
586-
- expat
587-
- m4
588-
- mpdecimal
589-
- openssl-3.5
590-
- sqlite
591-
- xz
592-
- zstd
593-
openssl_target: todo
594-
595552
x86_64-unknown-linux-gnu:
596553
host_platforms:
597554
- linux_x86_64

src/validation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const RECOGNIZED_TRIPLES: &[&str] = &[
4949
"s390x-unknown-linux-gnu",
5050
"thumbv7k-apple-watchos",
5151
"x86_64-apple-darwin",
52-
"x86_64-apple-watchos",
5352
"x86_64-pc-windows-msvc",
5453
"x86_64-unknown-linux-gnu",
5554
"x86_64_v2-unknown-linux-gnu",

0 commit comments

Comments
 (0)