Skip to content

Commit 32f8492

Browse files
committed
Change recommended name of checkout directory for Foundation and XCTest
1 parent 68aa44b commit 32f8492

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ compiler for C++14 support and create a symlink:
7373
git clone [email protected]:/apple/swift-cmark.git cmark
7474
git clone [email protected]:/apple/swift-llbuild.git llbuild
7575
git clone [email protected]:/apple/swift-package-manager.git swiftpm
76-
git clone [email protected]:/apple/swift-corelibs-xctest.git XCTest
77-
git clone [email protected]:/apple/swift-corelibs-foundation.git Foundation
76+
git clone [email protected]:/apple/swift-corelibs-xctest.git
77+
git clone [email protected]:/apple/swift-corelibs-foundation.git
7878

7979

8080
[CMake](http://cmake.org) is the core infrastructure used to configure builds of

utils/build-script-impl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,8 @@ CMARK_SOURCE_DIR="$WORKSPACE/cmark"
829829
LLDB_SOURCE_DIR="$WORKSPACE/lldb"
830830
LLBUILD_SOURCE_DIR="$WORKSPACE/llbuild"
831831
SWIFTPM_SOURCE_DIR="$WORKSPACE/swiftpm"
832-
XCTEST_SOURCE_DIR="$WORKSPACE/XCTest"
833-
FOUNDATION_SOURCE_DIR="$WORKSPACE/Foundation"
832+
XCTEST_SOURCE_DIR="$WORKSPACE/swift-corelibs-xctest"
833+
FOUNDATION_SOURCE_DIR="$WORKSPACE/swift-corelibs-foundation"
834834

835835
if [[ ! -d $CMARK_SOURCE_DIR ]]; then
836836
echo "$CMARK_SOURCE_DIR not found. Attempting to clone ..."

0 commit comments

Comments
 (0)