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

Also path map transitive header jar paths with direct classpath optimization #19872

Closed
wants to merge 2 commits into from

Commits on Nov 17, 2023

  1. Also path map transitive header jars with direct classpath optimization

    `JavaHeaderCompileAction` can apply an optimization where it compiles
    the source files only against direct dependencies, making use of the
    fact that Turbine includes sufficient information about transitive
    dependencies into the direct header jars in a special directory.
    
    In order to ensure that downstream consumers of header compilation
    action can use its `.jdeps` file regardless of which of these actions
    actually uses path mapping, all such paths to transitive jars have to
    be unmapped.
    
    With this commit, actions can declare additional artifacts whose paths
    they want to apply path mapping to. By always passing all transitive
    jars into the path mapper, even when only the direct jars are inputs to
    the action.
    fmeum committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    57dbc43 View commit details
    Browse the repository at this point in the history
  2. Support duplicated inputs

    fmeum committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0c97e29 View commit details
    Browse the repository at this point in the history