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

***-PREVIEW Swift toolchains not supported #40

Closed
youming-lin opened this issue Oct 12, 2016 · 7 comments
Closed

***-PREVIEW Swift toolchains not supported #40

youming-lin opened this issue Oct 12, 2016 · 7 comments
Labels

Comments

@youming-lin
Copy link
Contributor

From Travis log:

echo ">> Installing '${SWIFT_SNAPSHOT}'..."
>> Installing 'swift-3.0.1-PREVIEW-3-RELEASE'...
# Install Swift compiler
cd $WORK_DIR
wget https://swift.org/builds/$SNAPSHOT_TYPE/$UBUNTU_VERSION_NO_DOTS/$SWIFT_SNAPSHOT/$SWIFT_SNAPSHOT-$UBUNTU_VERSION.tar.gz
--2016-10-12 15:02:47--  https://swift.org/builds/swift-3.0.1-preview-3-release/ubuntu1404/swift-3.0.1-PREVIEW-3-RELEASE/swift-3.0.1-PREVIEW-3-RELEASE-ubuntu14.04.tar.gz
Resolving swift.org (swift.org)... 169.45.67.140
Connecting to swift.org (swift.org)|169.45.67.140|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-10-12 15:02:47 ERROR 404: Not Found.

The correct download URL is https://swift.org/builds/swift-3.0.1-preview-3/ubuntu1404/swift-3.0.1-PREVIEW-3/swift-3.0.1-PREVIEW-3-ubuntu14.04.tar.gz; there is no -RELEASE after PREVIEW-3.

@rolivieri
Copy link
Contributor

@youming-lin Is this still a valid issue? Are you using a preview version in any of our projects? We were under the impression that only development and release versions were used in our projects. Let us know if this is not the case.

@youming-lin
Copy link
Contributor Author

@rolivieri I was using preview versions when checking for possible issues in our code before the GM versions are released. It's not a must-have, only a nice-to-have.

Closing issue.

@rolivieri
Copy link
Contributor

@youming-lin Got you, we can keep this issue open and add it to the backlog with a low priority if you'd like.

@youming-lin
Copy link
Contributor Author

@rolivieri Sure, if it's something that you think might be worked on in the future.

@rolivieri
Copy link
Contributor

@youming-lin Cool, we could tackle it at some point when items of higher priority are taken care and/or if there is an urgent need for it. I just reopened it, thanks!

@rolivieri rolivieri reopened this Jan 5, 2017
@youming-lin youming-lin changed the title 3.0.1-PREVIEW not supported ***-PREVIEW Swift toolchains not supported Apr 7, 2017
@youming-lin
Copy link
Contributor Author

Updated title to encompass all PREVIEW toolchains, not just 3.0.1-PREVIEW.

This issue will potentially be revisited if we decide to expand test coverage of repos on more Swift versions (i.e., n-1, n, n+1) in order to catch bugs before the next Swift version drops.

@ianpartridge
Copy link
Contributor

Swift.org are no longer publishing PREVIEW builds, just nightlies. So I think this is no longer needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants