Skip to content

Commit bf71b42

Browse files
authored
Merge pull request #31225 from apple/shahmishal/windows-5.3-branch-update
[Windows] Update the llvm-project, cmark and swift-corelibs-libdispat…
2 parents 1b48682 + 75516fb commit bf71b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/build-windows.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ git -C "%source_root%\swift" config --local core.autocrlf input
8484
git -C "%source_root%\swift" config --local core.symlink true
8585
git -C "%source_root%\swift" checkout-index --force --all
8686

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%
8989
mklink /D "%source_root%\clang" "%source_root%\llvm-project\clang"
9090
mklink /D "%source_root%\llvm" "%source_root%\llvm-project\llvm"
9191
mklink /D "%source_root%\lldb" "%source_root%\llvm-project\lldb"
9292
mklink /D "%source_root%\compiler-rt" "%source_root%\llvm-project\compiler-rt"
9393
mklink /D "%source_root%\libcxx" "%source_root%\llvm-project\libcxx"
9494
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%
9696

9797
goto :eof
9898
endlocal

0 commit comments

Comments
 (0)