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

distributable sysimg? #7

Open
Roger-luo opened this issue Jul 21, 2020 · 1 comment
Open

distributable sysimg? #7

Roger-luo opened this issue Jul 21, 2020 · 1 comment
Labels
sysimg system image related issues

Comments

@Roger-luo
Copy link
Collaborator

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 Roger-luo added the sysimg system image related issues label Jul 23, 2020
@Roger-luo
Copy link
Collaborator Author

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)

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

No branches or pull requests

1 participant