File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a677892792e286feeb31366982404e5d74bf3a75
2
+ refs/heads/master: 2ad98aa8f3f53591087e5bd710bab62c7513d9fd
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 @@ -2487,6 +2487,11 @@ for host in "${ALL_HOSTS[@]}"; do
2487
2487
continue
2488
2488
;;
2489
2489
* )
2490
+ # FIXME: Always re-build XCTest on non-darwin platforms.
2491
+ # Remove this when products build in the CMake system.
2492
+ echo " Cleaning the XCTest build directory"
2493
+ call rm -rf " ${XCTEST_BUILD_DIR} "
2494
+
2490
2495
cmake_options=(
2491
2496
${cmake_options[@]}
2492
2497
-DCMAKE_BUILD_TYPE:STRING=" ${LIBDISPATCH_BUILD_TYPE} "
You can’t perform that action at this time.
0 commit comments