Skip to content

Commit 4f7b2af

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 1cbacc9 + dffd445 commit 4f7b2af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

utils/build-presets.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,9 @@ build-swift-stdlib-unittest-extra
748748

749749
test-installable-package
750750

751+
# Build the benchmarks against the toolchain.
752+
toolchain-benchmarks
753+
751754
# Path to the root of the installation filesystem.
752755
install-destdir=%(install_destdir)s
753756

@@ -953,6 +956,9 @@ skip-test-lldb
953956
# FIXME: Disabled until a home for the swift-snapshot-tests can be found.
954957
#test-installable-package
955958

959+
# Make sure we can build the benchmarks against the toolchain.
960+
toolchain-benchmarks
961+
956962
# Path to the root of the installation filesystem.
957963
install-destdir=%(install_destdir)s
958964

@@ -1126,6 +1132,9 @@ install-prefix=%(install_toolchain_dir)s/usr
11261132

11271133
test-installable-package
11281134

1135+
# Make sure that we can build the benchmarks with swiftpm against the toolchain
1136+
toolchain-benchmarks
1137+
11291138
# If someone uses this for incremental builds, force reconfiguration.
11301139
reconfigure
11311140

0 commit comments

Comments
 (0)