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

Update update workflows #321

Merged
merged 4 commits into from
Jul 27, 2023
Merged

Update update workflows #321

merged 4 commits into from
Jul 27, 2023

Commits on Jul 27, 2023

  1. Update update workflows

    1. Remove Java 11. This has gone end of life upstream, so it is being removed.
    2. Remove Java 19. This has gone end of life upstream, so it is being removed.
    3. Add Java 20. This is the new short-term release.
    4. Update Java 17 to use the new Github release update dependency. We can now use this to fetch dependencies from upstream instead of the custom updater. This works for Java 17 and Java 20.
    
    Signed-off-by: Daniel Mikusa <dan@mikusa.com>
    dmikusa committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f77a5b1 View commit details
    Browse the repository at this point in the history
  2. Remove installation of tools via gu

    Signed-off-by: Daniel Mikusa <dan@mikusa.com>
    dmikusa committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9329756 View commit details
    Browse the repository at this point in the history
  3. Add native-image-svm dependencies

    The way the libjvm support works, it needs a tag called `native-image-svm` for the bundled JDK+native image. This commit adds those, even though they are duplicates.
    
    Signed-off-by: Daniel Mikusa <dan@mikusa.com>
    dmikusa committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d71a973 View commit details
    Browse the repository at this point in the history
  4. Fix typo, use github-release-dependency for update checks

    Signed-off-by: Daniel Mikusa <dan@mikusa.com>
    dmikusa committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    45fb686 View commit details
    Browse the repository at this point in the history