[ANN] install-julia-linux

v0.4.0 is released and can install the new nightly and PR builds again!

Added

  • install-julia.sh remove pr deletes every installed PR build.
  • sqv is supported as a signature verifier.
  • The new julia release key is added from PSA: All CI services temporarily halted - #9 by Keno
    The old key is still included but will be removed in a future release.

Changed

  • PR builds now download from Julia’s new ephemeral PR bucket (https://julialang-ephemeral-pr.s3.amazonaws.com, overridable with the new INSTALL_JULIA_PR_URL environment variable). The version specifier is now the full 40-char commit sha (e.g. pr4d42a1b8c138fd80ce23624c43185bcf7051c6f2, installed as julia-pr4d42a1b8c1) instead of pr<number>, which now fails.