Comonicon.jl icon indicating copy to clipboard operation
Comonicon.jl copied to clipboard

distributable sysimg?

Open Roger-luo opened this issue 5 years ago • 1 comments

I think in principal we can compile distributable sysimgs and let users download it via BB, this will make command line apps much more easier to install and fast.

Roger-luo avatar Jul 21 '20 16:07 Roger-luo

I implemented a GitHub action to do this in IonCLI: https://github.com/Roger-luo/IonCLI.jl/blob/master/.github/workflows/sysimg.yml

however a few problems I found for this workflow:

  • I cannot use Artifact.toml to download system images since they are built after the tag
  • I cannot verify the downloaded content easily (or maybe in the future)

Roger-luo avatar Jul 31 '20 17:07 Roger-luo