File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -3267,3 +3267,40 @@ install-swiftpm
3267
3267
install-swift-testing
3268
3268
install-swift-testing-macros
3269
3269
install-xctest
3270
+
3271
+ # For local use only. This allows quickly rebuilding and testing Wasm stdlib
3272
+ # end-to-end without rebuilding the whole toolchain.
3273
+ [preset: wasm_stdlib_incremental]
3274
+
3275
+ assertions
3276
+ swift-enable-ast-verifier =0
3277
+ no-swift-stdlib-assertions
3278
+ build-embedded-stdlib-cross-compiling
3279
+ build-wasm-stdlib
3280
+ release-debuginfo
3281
+ test
3282
+ lit-args =-v --time-tests
3283
+ skip-test-swiftdocc
3284
+ skip-test-cmark
3285
+ skip-test-lldb
3286
+ skip-test-swift
3287
+ skip-test-llbuild
3288
+ skip-test-swiftpm
3289
+ skip-test-swift-driver
3290
+ skip-test-xctest
3291
+ skip-test-foundation
3292
+ skip-test-libdispatch
3293
+ skip-test-playgroundsupport
3294
+ skip-test-indexstore-db
3295
+ skip-test-sourcekit-lsp
3296
+ skip-test-swiftformat
3297
+ skip-build-llvm
3298
+ skip-build-swift
3299
+ skip-early-swift-driver
3300
+ skip-build-cmark
3301
+ install-destdir =%(install_destdir)s
3302
+
3303
+ [preset: wasm_stdlib_incremental,macos]
3304
+
3305
+ mixin-preset =wasm_stdlib_incremental
3306
+ build-subdir =buildbot_osx
You can’t perform that action at this time.
0 commit comments