JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
18 stars 14 forks source link

Change Julia download strategy to just use tarballs on all platforms #174

Closed staticfloat closed 3 years ago

staticfloat commented 3 years ago

We didn't use to always generate tarballs for all releases, but now that we do, abandon .dmg mounting and extracting .exe files; instead just use curl | tar on all platforms.