@@ -996,6 +996,23 @@ test-installable-package
996
996
# If someone uses this for incremental builds, force reconfiguration.
997
997
reconfigure
998
998
999
+ swift-install-components =compiler; clang-builtin-headers;stdlib;swift-syntax;sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
1000
+ llvm-install-components =libclang; libclang-headers
1001
+
1002
+ # Path to the .tar.gz package we would create.
1003
+ installable-package =%(installable_package)s
1004
+
1005
+ # Path to the .tar.gz symbols package
1006
+ symbols-package =%(symbols_package)s
1007
+
1008
+ # Info.plist
1009
+ darwin-toolchain-bundle-identifier =%(darwin_toolchain_bundle_identifier)s
1010
+ darwin-toolchain-display-name =%(darwin_toolchain_display_name)s
1011
+ darwin-toolchain-display-name-short =%(darwin_toolchain_display_name_short)s
1012
+ darwin-toolchain-name =%(darwin_toolchain_xctoolchain_name)s
1013
+ darwin-toolchain-version =%(darwin_toolchain_version)s
1014
+ darwin-toolchain-alias =%(darwin_toolchain_alias)s
1015
+
999
1016
[preset: mixin_osx_package_test]
1000
1017
build-subdir =buildbot_osx
1001
1018
@@ -1008,36 +1025,28 @@ long-test
1008
1025
1009
1026
dash-dash
1010
1027
1028
+ skip-test-lldb
1011
1029
1012
1030
# Path to the .tar.gz package we would create.
1013
1031
installable-package =%(installable_package)s
1014
1032
1033
+
1015
1034
[preset: buildbot_osx_package]
1016
1035
mixin-preset =
1017
1036
mixin_osx_package_base
1018
1037
mixin_osx_package_test
1019
1038
mixin_lightweight_assertions
1020
1039
1021
- dash-dash
1022
-
1023
- skip-test-lldb
1024
1040
1025
- swift-install-components =compiler; clang-builtin-headers;stdlib;swift-syntax;sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
1026
- llvm-install-components =libclang; libclang-headers
1041
+ [preset: buildbot_osx_package,no_assertions]
1042
+ mixin-preset =
1043
+ mixin_osx_package_base
1044
+ mixin_osx_package_test
1027
1045
1028
- # Path to the .tar.gz package we would create.
1029
- installable-package =%(installable_package)s
1046
+ dash-dash
1030
1047
1031
- # Path to the .tar.gz symbols package
1032
- symbols-package =%(symbols_package)s
1048
+ no-assertions
1033
1049
1034
- # Info.plist
1035
- darwin-toolchain-bundle-identifier =%(darwin_toolchain_bundle_identifier)s
1036
- darwin-toolchain-display-name =%(darwin_toolchain_display_name)s
1037
- darwin-toolchain-display-name-short =%(darwin_toolchain_display_name_short)s
1038
- darwin-toolchain-name =%(darwin_toolchain_xctoolchain_name)s
1039
- darwin-toolchain-version =%(darwin_toolchain_version)s
1040
- darwin-toolchain-alias =%(darwin_toolchain_alias)s
1041
1050
1042
1051
# Debug version of the compilers, release version of the stdlib.
1043
1052
[preset: buildbot_osx_package,tools=DA,stdlib=R]
0 commit comments