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:
7373 git clone git@github.com:/apple/swift-cmark.git cmark
7474 git clone git@github.com:/apple/swift-llbuild.git llbuild
7575 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
7878
7979
8080[ 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"
829829LLDB_SOURCE_DIR=" $WORKSPACE /lldb"
830830LLBUILD_SOURCE_DIR=" $WORKSPACE /llbuild"
831831SWIFTPM_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
835835if [[ ! -d $CMARK_SOURCE_DIR ]]; then
836836 echo " $CMARK_SOURCE_DIR not found. Attempting to clone ..."
You can’t perform that action at this time.
0 commit comments