Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions utils/build-script-impl
Original file line number Diff line number Diff line change
Expand Up @@ -2892,10 +2892,10 @@ for host in "${ALL_HOSTS[@]}"; do
INSTALL_TARGETS=install-swift-components
;;
llbuild)
if [[ -z "${INSTALL_LLBUILD}" ]] ; then
continue
fi
INSTALL_TARGETS="install-swift-build-tool"
# The llbuild built by build-script impl is tested and is used
# to bootstrap SwiftPM, but doesn't install any toolchain
# content
continue
;;
# Products from this here install themselves; they don't fall-through.
lldb)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
# CHECK: --- Installing cmark ---
# CHECK: --- Installing llvm ---
# CHECK: --- Installing swift ---
# CHECK: --- Installing llbuild ---

# Then make sure we are installing/building SwiftPM last.
#
Expand Down
1 change: 0 additions & 1 deletion validation-test/BuildSystem/infer_implies_install_all.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
# CHECK: --- Installing cmark ---
# CHECK: --- Installing llvm ---
# CHECK: --- Installing swift ---
# CHECK: --- Installing llbuild ---
# CHECK: --- Building swiftpm ---
# CHECK: --- Installing swiftpm ---
1 change: 0 additions & 1 deletion validation-test/BuildSystem/install_all_linux.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# CHECK-DAG: --- Installing cmark ---
# CHECK-DAG: --- Installing swift ---
# CHECK-DAG: --- Installing llvm ---
# CHECK-DAG: --- Installing llbuild ---
# CHECK-DAG: --- Installing foundation ---
# CHECK-DAG: --- Installing libdispatch ---
# CHECK-DAG: --- Installing swiftpm ---