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

Use argument file to call AOT tasks #398

Merged
merged 1 commit into from
Mar 8, 2022
Merged

Use argument file to call AOT tasks #398

merged 1 commit into from
Mar 8, 2022

Conversation

melix
Copy link
Collaborator

@melix melix commented Mar 8, 2022

Once again, we're facing the fact that despite living in 2022,
Windows is still incapable of providing sensible defaults: invoking
a CLI tool with a long classpath will fail. As a consequence, we
have to invoke the AOT CLI tools with an argument file to
workaround the problem.

Fixes #397

Once again, we're facing the fact that despite living in 2022,
Windows is still incapable of providing sensible defaults: invoking
a CLI tool with a long classpath will fail. As a consequence, we
have to invoke the AOT CLI tools with an argument file to
workaround the problem.

Fixes #397
@melix melix added type: bug Something isn't working relates-to: aot labels Mar 8, 2022
@melix melix added this to the 3.3.0 milestone Mar 8, 2022
@melix melix self-assigned this Mar 8, 2022
@melix melix requested a review from alvarosanchez March 8, 2022 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relates-to: aot type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

prepareJitOptimizations generates too long command line on Windows given the classpath is long enough
2 participants