Skip to content

Commit 3a638b6

Browse files
committed
build: avoid installing static libraries
These are used as part of the internal build of the toolchain and not distributed, avoid spending the time copying the files.
1 parent 1775897 commit 3a638b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

utils/build-windows-toolchain.bat

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,6 @@ cmake ^
472472

473473
-G Ninja ^
474474
-S %SourceRoot%\Yams || (exit /b)
475-
cmake --build %BuildRoot%\10 || (exit /b)
476-
cmake --build %BuildRoot%\10 --target install || (exit /b)
477475

478476
:: Build swift-driver
479477
cmake ^
@@ -529,8 +527,6 @@ cmake ^
529527

530528
-G Ninja ^
531529
-S %SourceRoot%\swift-crypto || (exit /b)
532-
cmake --build %BuildRoot%\12 || (exit /b)
533-
cmake --build %BuildRoot%\12 --target install || (exit /b)
534530

535531
:: Build swift-collections
536532
cmake ^
@@ -609,8 +605,6 @@ cmake ^
609605

610606
-G Ninja ^
611607
-S %SourceRoot%\indexstore-db || (exit /b)
612-
cmake --build %BuildRoot%\15 || (exit /b)
613-
cmake --build %BuildRoot%\15 --target install || (exit /b)
614608

615609
:: Build swift-syntax
616610
cmake ^

0 commit comments

Comments
 (0)