@@ -2328,84 +2328,29 @@ no-assertions
2328
2328
[preset: mixin_codesigning]
2329
2329
darwin-toolchain-application-cert =lldb_codesign
2330
2330
2331
- # Note: `tensorflow_osx_base` does not mix in `buildbot_osx_package` because
2332
- # they enable ios/tvos/watchos by default. Instead, options are copied here
2333
- # individually.
2334
- # TODO(TF-941): Try to mixin `buildbot_osx_package` directly. This requires
2335
- # options like `skip-ios` to override `ios`.
2336
2331
[preset: tensorflow_osx_base]
2337
- mixin-preset =mixin_lightweight_assertions
2338
-
2339
- # ## From: mixin_osx_package_base
2340
- lldb
2341
- llbuild
2342
- swiftpm
2343
- swiftsyntax
2344
- skstresstester
2345
- playgroundsupport
2346
- libcxx
2347
- indexstore-db
2348
- sourcekit-lsp
2349
-
2350
- release-debuginfo
2351
-
2352
- lldb-no-debugserver
2353
- lldb-use-system-debugserver
2354
- lldb-build-type =Release
2355
- verbose-build
2356
- build-ninja
2357
- build-swift-stdlib-unittest-extra
2358
- playgroundsupport-build-type =Release
2359
-
2360
- install-swift
2361
- install-lldb
2362
- install-llbuild
2363
- install-swiftpm
2364
- install-swiftsyntax
2365
- install-skstresstester
2366
- install-swiftevolve
2367
- install-playgroundsupport
2368
-
2369
- darwin-install-extract-symbols
2370
- # Path where toolchain will be installed.
2371
- install-destdir =%(install_destdir)s
2372
- # Path where debug symbols will be installed.
2373
- install-symroot =%(install_symroot)s
2374
- # Path where the compiler + runtime + standard libraries will be installed.
2375
- install-prefix =%(install_toolchain_dir)s/usr
2376
- # Execute lit tests from swift-integration-tests repository.
2377
- test-installable-package
2378
- # Force reconfiguration.
2379
- reconfigure
2380
-
2381
- swift-install-components =compiler; clang-resource-dir-symlink;stdlib;sdk-overlay;parser-lib;toolchain-tools;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
2382
- llvm-install-components =llvm-cov; llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;dsymutil
2383
- install-libcxx
2384
-
2385
- # Path to the .tar.gz package.
2386
- installable-package =%(installable_package)s
2387
- # Path to the .tar.gz symbols package.
2388
- symbols-package =%(symbols_package)s
2389
- # Info.plist
2390
- darwin-toolchain-bundle-identifier =%(darwin_toolchain_bundle_identifier)s
2391
- darwin-toolchain-display-name =%(darwin_toolchain_display_name)s
2392
- darwin-toolchain-display-name-short =%(darwin_toolchain_display_name_short)s
2393
- darwin-toolchain-name =%(darwin_toolchain_xctoolchain_name)s
2394
- darwin-toolchain-version =%(darwin_toolchain_version)s
2395
- darwin-toolchain-alias =%(darwin_toolchain_alias)s
2332
+ mixin-preset =buildbot_osx_package
2396
2333
2397
- # ## TensorFlow custom options.
2398
2334
build-subdir =buildbot_osx
2399
2335
compiler-vendor =none
2336
+
2337
+ # Skip SwiftSyntax verification.
2338
+ # TODO: Remove this when `utils/gyb_syntax_support` has no diff with master.
2339
+ swiftsyntax-verify-generated-files =0
2340
+
2400
2341
# Skip benchmarks.
2401
2342
skip-build-benchmarks
2343
+
2402
2344
# Target only macOS.
2345
+ # Note: these `skip-{i,tv,watch}os` flags override `{i,tv,watch}os` flags from
2346
+ # the `buildbot_osx_package` preset.
2403
2347
skip-ios
2404
2348
skip-tvos
2405
2349
skip-watchos
2406
2350
stdlib-deployment-targets =macosx-x86_64
2407
2351
swift-primary-variant-sdk =OSX
2408
2352
swift-primary-variant-arch =x86_64
2353
+
2409
2354
# Enable TensorFlow support.
2410
2355
enable-tensorflow
2411
2356
install-tensorflow
0 commit comments