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

versions >v1.2.0-rc1 available? #21

Open
mkschulze opened this issue Oct 24, 2020 · 2 comments
Open

versions >v1.2.0-rc1 available? #21

mkschulze opened this issue Oct 24, 2020 · 2 comments

Comments

@mkschulze
Copy link

Hello,

seems like this project doesn't allow to install the latest versions anymore. Highest version is v1.2.0-rc1. Is it still maintained or how do you use it instead?

@leonandonayre
Copy link

Look at this, you could add it: #20

@atomita
Copy link

atomita commented Dec 7, 2022

curl -s https://api.github.com/repos/JuliaLang/julia/releases?per_page=100 | grep '"tag_name": "v' | awk '{print substr($2,2,length($2)-3)}' | xargs -I{} sh -c "echo 'install_git \"julia-{}\" \"https://github.com/JuliaLang/julia.git\" \"{}\" \"julia\"' > share/julia-build/{}"

This is a shell command to add build targets.

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

No branches or pull requests

3 participants