Skip to content

Commit 27bd4e9

Browse files
committed
Update tensorflow_osx_base build preset.
Update `tensorflow_osx_base` build preset based on changes to `mixin_osx_package_base`. Notably, removing `--build-swift-static-stdlib` and `--build-swift-static-sdk-overlay` is important for macOS: see 9fb5250.
1 parent 92e9221 commit 27bd4e9

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

utils/build-presets.ini

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,26 +2103,33 @@ swiftpm
21032103
swiftsyntax
21042104
skstresstester
21052105
playgroundsupport
2106+
libcxx
2107+
indexstore-db
2108+
sourcekit-lsp
2109+
21062110
# SWIFT_ENABLE_TENSORFLOW
21072111
# FIXME(TF-597): IRGenDebugInfo crash for `pullback(at:in:)`.
21082112
# release-debuginfo
21092113
release
2114+
21102115
lldb-no-debugserver
21112116
lldb-use-system-debugserver
21122117
lldb-build-type=Release
21132118
verbose-build
21142119
build-ninja
2115-
build-swift-static-stdlib
2116-
build-swift-static-sdk-overlay
21172120
build-swift-stdlib-unittest-extra
21182121
playgroundsupport-build-type=Release
2122+
21192123
install-swift
21202124
install-lldb
21212125
install-llbuild
21222126
install-swiftpm
21232127
install-swiftsyntax
2128+
skip-install-swiftsyntax-module
21242129
install-skstresstester
2130+
install-swiftevolve
21252131
install-playgroundsupport
2132+
21262133
darwin-install-extract-symbols
21272134
# Path where toolchain will be installed.
21282135
install-destdir=%(install_destdir)s
@@ -2135,10 +2142,10 @@ test-installable-package
21352142
# Force reconfiguration.
21362143
reconfigure
21372144

2138-
### From: buildbot_osx_package
2139-
skip-test-lldb
2140-
swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
2141-
llvm-install-components=llvm-cov;llvm-profdata;IndexStore
2145+
swift-install-components=compiler;clang-resource-dir-symlink;stdlib;sdk-overlay;parser-lib;toolchain-tools;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
2146+
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-headers;compiler-rt;clangd
2147+
install-libcxx
2148+
21422149
# Path to the .tar.gz package.
21432150
installable-package=%(installable_package)s
21442151
# Path to the .tar.gz symbols package.

0 commit comments

Comments
 (0)