Skip to content

Commit 232090e

Browse files
committed
---
yaml --- r: 345342 b: refs/heads/master c: 2ad98aa h: refs/heads/master
1 parent 67a197c commit 232090e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a677892792e286feeb31366982404e5d74bf3a75
2+
refs/heads/master: 2ad98aa8f3f53591087e5bd710bab62c7513d9fd
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/utils/build-script-impl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,6 +2487,11 @@ for host in "${ALL_HOSTS[@]}"; do
24872487
continue
24882488
;;
24892489
*)
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+
24902495
cmake_options=(
24912496
${cmake_options[@]}
24922497
-DCMAKE_BUILD_TYPE:STRING="${LIBDISPATCH_BUILD_TYPE}"

0 commit comments

Comments
 (0)