Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build instruction for swift 5.1-dev #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
/docs/_build_html/

share/swiftenv-install/*.json

tmp/
13 changes: 13 additions & 0 deletions share/swiftenv-build/5.1-dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
BRANCH="swift-5.1-branch"
fetch_git swift $BRANCH swift
fetch_git swift-llvm $BRANCH llvm
fetch_git swift-clang $BRANCH clang
fetch_git swift-lldb $BRANCH lldb
fetch_git swift-cmark $BRANCH cmark
fetch_git swift-llbuild $BRANCH llbuild
fetch_git swift-package-manager $BRANCH swiftpm
fetch_git swift-compiler-rt $BRANCH compiler-rt
fetch_git swift-corelibs-xctest $BRANCH swift-corelibs-xctest
fetch_git swift-corelibs-foundation $BRANCH swift-corelibs-foundation
fetch_git swift-corelibs-libdispatch $BRANCH swift-corelibs-libdispatch
build_swift