File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -2103,26 +2103,33 @@ swiftpm
2103
2103
swiftsyntax
2104
2104
skstresstester
2105
2105
playgroundsupport
2106
+ libcxx
2107
+ indexstore-db
2108
+ sourcekit-lsp
2109
+
2106
2110
# SWIFT_ENABLE_TENSORFLOW
2107
2111
# FIXME(TF-597): IRGenDebugInfo crash for `pullback(at:in:)`.
2108
2112
# release-debuginfo
2109
2113
release
2114
+
2110
2115
lldb-no-debugserver
2111
2116
lldb-use-system-debugserver
2112
2117
lldb-build-type =Release
2113
2118
verbose-build
2114
2119
build-ninja
2115
- build-swift-static-stdlib
2116
- build-swift-static-sdk-overlay
2117
2120
build-swift-stdlib-unittest-extra
2118
2121
playgroundsupport-build-type =Release
2122
+
2119
2123
install-swift
2120
2124
install-lldb
2121
2125
install-llbuild
2122
2126
install-swiftpm
2123
2127
install-swiftsyntax
2128
+ skip-install-swiftsyntax-module
2124
2129
install-skstresstester
2130
+ install-swiftevolve
2125
2131
install-playgroundsupport
2132
+
2126
2133
darwin-install-extract-symbols
2127
2134
# Path where toolchain will be installed.
2128
2135
install-destdir =%(install_destdir)s
@@ -2135,10 +2142,10 @@ test-installable-package
2135
2142
# Force reconfiguration.
2136
2143
reconfigure
2137
2144
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
+
2142
2149
# Path to the .tar.gz package.
2143
2150
installable-package =%(installable_package)s
2144
2151
# Path to the .tar.gz symbols package.
You can’t perform that action at this time.
0 commit comments