File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ compiler for C++14 support and create a symlink:
73
73
git clone git@github.com:/apple/swift-cmark.git cmark
74
74
git clone git@github.com:/apple/swift-llbuild.git llbuild
75
75
git clone git@github.com:/apple/swift-package-manager.git swiftpm
76
- git clone git@github.com:/apple/swift-corelibs-xctest.git XCTest
77
- git clone git@github.com:/apple/swift-corelibs-foundation.git Foundation
76
+ git clone git@github.com:/apple/swift-corelibs-xctest.git
77
+ git clone git@github.com:/apple/swift-corelibs-foundation.git
78
78
79
79
80
80
[ CMake] ( http://cmake.org ) is the core infrastructure used to configure builds of
Original file line number Diff line number Diff line change @@ -829,8 +829,8 @@ CMARK_SOURCE_DIR="$WORKSPACE/cmark"
829
829
LLDB_SOURCE_DIR=" $WORKSPACE /lldb"
830
830
LLBUILD_SOURCE_DIR=" $WORKSPACE /llbuild"
831
831
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 "
834
834
835
835
if [[ ! -d $CMARK_SOURCE_DIR ]]; then
836
836
echo " $CMARK_SOURCE_DIR not found. Attempting to clone ..."
You can’t perform that action at this time.
0 commit comments