File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -2488,7 +2488,9 @@ skip-test-cmark
2488
2488
# This triggers the stdlib standalone build: don't build the native tools from
2489
2489
# scratch, ie the compiler.
2490
2490
build-swift-tools =0
2491
+ build-swift-libexec =0
2491
2492
skip-early-swift-driver
2493
+ skip-early-swiftsyntax
2492
2494
2493
2495
# Then set the paths to our native tools. If compiling against a toolchain,
2494
2496
# these should all be the ./usr/bin directory.
@@ -2500,6 +2502,26 @@ build-ninja
2500
2502
lit-args =--filter =' :: (stdlib/|Concurrency/)' -v
2501
2503
only-executable-test
2502
2504
2505
+ [preset: stdlib_R_standalone,build]
2506
+ mixin-preset =stdlib_base_standalone
2507
+
2508
+ release
2509
+ no-assertions
2510
+
2511
+ verbose-build
2512
+
2513
+ [preset: stdlib_R_standalone,build,asan]
2514
+ mixin-preset =stdlib_R_standalone,build
2515
+
2516
+ build-subdir =stdlib_R_standalone_asan
2517
+ enable-asan
2518
+
2519
+ [preset: stdlib_R_standalone,build,test]
2520
+ mixin-preset =stdlib_R_standalone,build
2521
+
2522
+ test
2523
+ validation-test
2524
+
2503
2525
[preset: stdlib_RD_standalone,build]
2504
2526
mixin-preset =stdlib_base_standalone
2505
2527
You can’t perform that action at this time.
0 commit comments