Skip to content

Commit 508878c

Browse files
[build] Update base preset for cross compiler ci for Wasm
`buildbot_incremental_linux_base` is not actively checked in the ci.swift.org, and brings non-wasm related issues frequently, so use actively used one instead.
1 parent 82272c8 commit 508878c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ sourcekit-lsp=0
12731273
# TODO: This does not build stdlib for wasm32 for now.
12741274
# Enable stdlib cross-compile after build-script will support it.
12751275
[preset: buildbot_incremental_linux_crosscompile_wasm]
1276-
mixin-preset=buildbot_incremental_linux_base
1276+
mixin-preset=buildbot_linux
12771277
llvm-targets-to-build=X86;ARM;AArch64;WebAssembly
12781278
# Ensure single-thread-mode is not broken because it's used
12791279
# by stdlib for wasm32 in SwiftWasm fork.

0 commit comments

Comments
 (0)