Skip to content

Commit b835fb9

Browse files
committed
Stop installing swift-build-tool
1 parent 76c1aea commit b835fb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/build-script-impl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,10 +2892,10 @@ for host in "${ALL_HOSTS[@]}"; do
28922892
INSTALL_TARGETS=install-swift-components
28932893
;;
28942894
llbuild)
2895-
if [[ -z "${INSTALL_LLBUILD}" ]] ; then
2896-
continue
2897-
fi
2898-
INSTALL_TARGETS="install-swift-build-tool"
2895+
# The llbuild built by build-script impl is tested and is used
2896+
# to bootstrap SwiftPM, but doesn't install any toolchain
2897+
# content
2898+
continue
28992899
;;
29002900
# Products from this here install themselves; they don't fall-through.
29012901
lldb)

0 commit comments

Comments
 (0)