julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

[BUG] macOS: nightlies have changed URL #106

Closed maleadt closed 2 years ago

maleadt commented 2 years ago

Describe the bug

The macOS nightlies (both x84 and aarch64) have changed URLs after the move to BuildKite. The new URLs are:

See the upload jobs in e.g. https://buildkite.com/julialang/julia-master/builds/12389.

Note that on my mac, these binaries fail to execute because they aren't properly signed (https://github.com/JuliaCI/julia-buildkite/issues/124) but I don't know whether that'll be an issue on the GitHub runners.

SaschaMann commented 2 years ago

Thanks for reporting this, I'd have missed it otherwise.

I don't have a working PC right now to fix it, it might take another week or two to get to this.

DilumAluthge commented 2 years ago

Elliot has fixed the uploads so that the old URLs now work again.

The remaining question is if this is still an issue:

Note that on my mac, these binaries fail to execute because they aren't properly signed (https://github.com/JuliaCI/julia-buildkite/issues/124) but I don't know whether that'll be an issue on the GitHub runners.

maleadt commented 2 years ago

The remaining question is if this is still an issue:

Note that on my mac, these binaries fail to execute because they aren't properly signed (JuliaCI/julia-buildkite#124) but I don't know whether that'll be an issue on the GitHub runners.

Not after https://github.com/JuliaCI/julia-buildkite/pull/133