Skip to content

Commit dffd445

Browse files
authored
Merge pull request #23958 from gottesmm/pr-f93f190495ccffb798faf5aca6d007caa305fb75
[benchmarks] Test that we can keep on building the benchmarks against…
2 parents 7f58ca5 + df39948 commit dffd445

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)