File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 1cbacc90b22fae50bd2f6f1ea334eb359f2ec3ca
2
+ refs/heads/master: 4f7b2afb66a848e7e16f6567ea5e6e2c1dacfa76
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -748,6 +748,9 @@ build-swift-stdlib-unittest-extra
748
748
749
749
test-installable-package
750
750
751
+ # Build the benchmarks against the toolchain.
752
+ toolchain-benchmarks
753
+
751
754
# Path to the root of the installation filesystem.
752
755
install-destdir =%(install_destdir)s
753
756
@@ -953,6 +956,9 @@ skip-test-lldb
953
956
# FIXME: Disabled until a home for the swift-snapshot-tests can be found.
954
957
# test-installable-package
955
958
959
+ # Make sure we can build the benchmarks against the toolchain.
960
+ toolchain-benchmarks
961
+
956
962
# Path to the root of the installation filesystem.
957
963
install-destdir =%(install_destdir)s
958
964
@@ -1126,6 +1132,9 @@ install-prefix=%(install_toolchain_dir)s/usr
1126
1132
1127
1133
test-installable-package
1128
1134
1135
+ # Make sure that we can build the benchmarks with swiftpm against the toolchain
1136
+ toolchain-benchmarks
1137
+
1129
1138
# If someone uses this for incremental builds, force reconfiguration.
1130
1139
reconfigure
1131
1140
You can’t perform that action at this time.
0 commit comments