-
Notifications
You must be signed in to change notification settings - Fork 94
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
Align swiftenv-build works with Swift 3.x #76
base: master
Are you sure you want to change the base?
Conversation
904bd81
to
e60a50f
Compare
Testing:
|
Build Re-Testing after 3b061fb
|
All works! |
All CI tests passed! |
Is there a timeframe to merge this? |
Thanks for this @sinoru. I'm sorry I have not got round to looking at this PR yet. Testing this out is going to be a little tricky as I do not have much hardware that is capable of building Swift in a reasonable time. I am wondering how we could automate testing on various platforms. There is a lot of complexity here and I think it would be great if Swift could provide a single tarball including the source of all versions. I've tried to open a discussion on the Swift evolution list that can be found at https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161212/029433.html .
@fcrespo82 Yes, you could help test on as many platforms as you can and report back your experiences. |
@kylef You're right. It is hard to test it. Even I try on Travis CI, this leads timeout. So until swift has own idea to handle well to build it, maybe we can flag this feature as experimental. |
Rebased on latest #73. |
This make swiftenv-build using self-defined presets that almost same as swift linux build one.