You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
asdf plugin-add swift 5.0.3
asdf install swift 5.0.3
Expected behavior
swift should have installed
Actual behavior
Installed swift on ubuntu 19.04 but threw segmentation error, might be an issue with swift, but asdf shouldn't allow installation of any language that isn't compatible with the underlying os.
The text was updated successfully, but these errors were encountered:
byteshiva
changed the title
Installed swift on ubuntu but threw segmentation error
Installed swift on ubuntu 19.04 but threw segmentation error
Sep 13, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
asdf plugin-add swift 5.0.3
asdf install swift 5.0.3
Expected behavior
swift should have installed
Actual behavior
Installed swift on ubuntu 19.04 but threw segmentation error, might be an issue with swift, but asdf shouldn't allow installation of any language that isn't compatible with the underlying os.
~
➜ swift
Segmentation fault
~
➜ echo $?
139
Environment
OS:
ubuntu 19.04
asdf version:
0.7.4
refer:
asdf-vm/asdf#571
The text was updated successfully, but these errors were encountered: