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

graalvm-ce: 22.3.1 -> 21.0.0 #257433

Merged
merged 16 commits into from
Sep 29, 2023
Merged

graalvm-ce: 22.3.1 -> 21.0.0 #257433

merged 16 commits into from
Sep 29, 2023

Commits on Sep 27, 2023

  1. graalvm-ce: 22.3.1 -> 21.0.0

    This initially may look like a downgrade, but this is caused by how
    upstream is tagging versions.
    
    Before they would have the GraalVM having its own version (e.g. 22.3.1),
    and each version would support multiple JVM versions (e.g. 11, 17, 19).
    Now each release supports only one JVM version (e.g.: 21), and they
    track the same version as the JVM.
    
    They also changed packaging, making all sub-products (e.g.: GraalPy,
    GraalRuby, etc.) standalone, so they do not depend in GraalVM anymore
    and have their own version. Thanks to this change, we will need to
    repackage everything.
    
    To simplify, this commit will remove all sub-products and only care
    about the GraalVM/Native Image (that is back to GraalVM itself) part.
    Other commits will re-added each sub-product.
    
    Fix (partial): #257292
    thiagokokada committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    45eff9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    681f8bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef3db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f52add0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba9a3fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8374f4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e9ecc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76f51c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bf7e83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55d5224 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9249918 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    61b9105 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7457b3c View commit details
    Browse the repository at this point in the history
  14. graalVMPackages.graalvm-ce-musl: init at 21.0.0

    Exposing this derivation so it is easier to test and use.
    thiagokokada committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cfeeda0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c01dd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    6a87192 View commit details
    Browse the repository at this point in the history