Skip to content

Commit 60538d5

Browse files
committed
Revert "Attempt to reduce the number of embedded stdlib targets being built simultaneously."
This reverts commit dfa1bdb.
1 parent 1bdffc3 commit 60538d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/Platform/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
8383

8484
add_custom_target(embedded-darwin)
8585
add_dependencies(embedded-libraries embedded-darwin)
86-
87-
set_property(GLOBAL APPEND PROPERTY JOB_POOLS one_job=1)
8886
foreach(entry ${EMBEDDED_STDLIB_TARGET_TRIPLES})
8987
string(REGEX REPLACE "[ \t]+" ";" list "${entry}")
9088
list(GET list 0 arch)
@@ -127,7 +125,6 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
127125
INSTALL_IN_COMPONENT stdlib
128126
)
129127
add_dependencies(embedded-darwin embedded-darwin-${mod})
130-
set_property(TARGET embedded-darwin-${mod} PROPERTY JOB_POOL_COMPILE one_job)
131128
endforeach()
132129
endif()
133130

0 commit comments

Comments
 (0)