File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ git -C "%source_root%\swift" config --local core.autocrlf input
84
84
git -C " %source_root% \swift" config --local core.symlink true
85
85
git -C " %source_root% \swift" checkout-index --force --all
86
86
87
- git clone --depth 1 --single-branch https://github.com/apple/swift-cmark cmark %exitOnError%
88
- git clone --depth 1 --single-branch --branch swift/master https://github.com/apple/llvm-project llvm-project %exitOnError%
87
+ git clone --depth 1 --single-branch --branch release/5.3 https://github.com/apple/swift-cmark cmark %exitOnError%
88
+ git clone --depth 1 --single-branch --branch swift/release/5.3 https://github.com/apple/llvm-project llvm-project %exitOnError%
89
89
mklink /D " %source_root% \clang" " %source_root% \llvm-project\clang"
90
90
mklink /D " %source_root% \llvm" " %source_root% \llvm-project\llvm"
91
91
mklink /D " %source_root% \lldb" " %source_root% \llvm-project\lldb"
92
92
mklink /D " %source_root% \compiler-rt" " %source_root% \llvm-project\compiler-rt"
93
93
mklink /D " %source_root% \libcxx" " %source_root% \llvm-project\libcxx"
94
94
mklink /D " %source_root% \clang-tools-extra" " %source_root% \llvm-project\clang-tools-extra"
95
- git clone --depth 1 --single-branch https://github.com/apple/swift-corelibs-libdispatch %exitOnError%
95
+ git clone --depth 1 --single-branch --branch release/5.3 https://github.com/apple/swift-corelibs-libdispatch %exitOnError%
96
96
97
97
goto :eof
98
98
endlocal
You can’t perform that action at this time.
0 commit comments