Skip to content

Tags: swiftlang/swiftly

Tags

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release updates (#102)

* Update RELEASING.md

* Use "uname -m" as "--machine" doesn't work on Darwin

* Update Dockerfile to use swift 5.10

* Update versions for new release

* Text update

* Update to swift 5.10

swiftly-install-0.4.0

Toggle swiftly-install-0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release updates (#102)

* Update RELEASING.md

* Use "uname -m" as "--machine" doesn't work on Darwin

* Update Dockerfile to use swift 5.10

* Update versions for new release

* Text update

* Update to swift 5.10

swiftly-install-0.3.0

Toggle swiftly-install-0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
swiftly-install 0.3.0 (#88)

swiftly-install-0.2.0

Toggle swiftly-install-0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support installation on alternative platforms (#63)

0.1.0

Toggle 0.1.0's commit message
Pin version of Swift used for building releases

swiftly-install-0.1.0

Toggle swiftly-install-0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Always disable package-manager confirmation when installing system de…

…pendencies (#56)

Confirmation from the underlying package manager is redundant, since the swiftly installer already asks the user if they'd like to install system dependencies. Additionally, piping the install script from curl into a bash shell hangs when the package manager asks for input, and this fixes that.

0.1.0-rc0

Toggle 0.1.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install system dependencies in swiflty-install.sh (#54)

0.0.0

Toggle 0.0.0's commit message
Temporarily disable the list-available command

The current WIP implementation doesn't take platform into account when
listing available releases, which means it can print releases that are
not actually available for a given platform.