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

Pass ct.sym to direct version of Turbine #20294

Closed
wants to merge 3 commits into from

Commits on Nov 24, 2023

  1. Pass ct.sym to direct version of Turbine

    This ensures that Turbine has access to `ct.sym` and thus supports the
    `--release` flag even if it is compiled into a Graal native image, which
    doesn't have access to a `JAVA_HOME`.
    
    This requires exposing the `ct.sym` file on a new `lib_ct_sym` attribute
    of `java_runtime` and passing it into Turbine via the
    `turbine.ctSymPath` system property introduced in v0.3.1.
    fmeum committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d48a7e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bdff69 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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