Skip to content

Commit 54d4dca

Browse files
[build] Build host toolchain with thread enabled
`buildbot_linux` builds more host tools and some of them including SwiftPM cannot work without thread on host.
1 parent e52b155 commit 54d4dca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/build-presets.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,10 +1275,6 @@ sourcekit-lsp=0
12751275
[preset: buildbot_incremental_linux_crosscompile_wasm]
12761276
mixin-preset=buildbot_linux
12771277
llvm-targets-to-build=X86;ARM;AArch64;WebAssembly
1278-
# Ensure single-thread-mode is not broken because it's used
1279-
# by stdlib for wasm32 in SwiftWasm fork.
1280-
swift-stdlib-single-threaded-concurrency=1
1281-
swift-threading-package=none
12821278

12831279
#===------------------------------------------------------------------------===#
12841280
# OS X Package Builders

0 commit comments

Comments
 (0)