-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Install broken (Crystal v1.0.0 not found and Crystal 1.1 is seg fault) #10949
Comments
As a workaround you can install the package from a newer repository. It should work on 18.04 as well. wget -O- https://crystal-lang.org/install.sh | sudo DISTRO_REPO=xUbuntu_20.04 bash |
Unless I'm mistaken, there is no v1.0.0 in the repo of xUbuntu 20.04 http://download.opensuse.org/repositories/devel:/languages:/crystal/xUbuntu_20.04/all/ |
The simple workaround described in #10948 (comment) seems to fix this. All packages should be working now. @Nicolab OBS only serves the latest release, that is 1.1.0 by now. |
Ok thanks |
I noticed that CI failed because it couldn't find 1.0.0: https://github.com/84codes/sparoid/runs/3166205736?check_suite_focus=true#step:3:48 Apparently their new repo ("openSUSE Build Service") will only host the latest release: crystal-lang/crystal#10949 (comment) ...but there's no Docker image for 1.1.1 right now. Also no need to compile src/ext/sigfault.c since crystal-lang/crystal#10463
I noticed that CI failed because it couldn't find 1.0.0: https://github.com/84codes/sparoid/runs/3166205736?check_suite_focus=true#step:3:48 Apparently their new repo ("openSUSE Build Service") will only host the latest release: crystal-lang/crystal#10949 (comment) ...but there's no Docker image for 1.1.1 right now. Also no need to compile src/ext/sigfault.c since crystal-lang/crystal#10463
Bug Report
Hello,
On the website https://crystal-lang.org/, the last Crystal version is v1.0.0, but Crystal v1.0.0 is not found http://download.opensuse.org/repositories/devel:/languages:/crystal/xUbuntu_18.04/
The last release is v1.1.0 but this version doesn't work #10948 (Segmentation fault)
So https://crystal-lang.org/install.sh is broken
The text was updated successfully, but these errors were encountered: