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 readme #35

Merged
merged 3 commits into from
Nov 2, 2021
Merged

Update readme #35

merged 3 commits into from
Nov 2, 2021

Conversation

i10416
Copy link
Contributor

@i10416 i10416 commented Oct 2, 2021

When app or its dependency use JNI, running native image fails if nativeImageOptions += s"-H:ConfigurationFileDirectories=${target.value / "native-image-configs" }" is not set or nativeImageRunAgent is not executed.

When  app or its dependency use JNI,  running native image fails if `nativeImageOptions += s"-H:ConfigurationFileDirectories=${target.value / "native-image-configs" }"` is not set or nativeImageRunAgent is not executed.
update version
Copy link
Member

@olafurpg olafurpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add these changes to the dedicated nativeImageRunAgent section? https://github.com/scalameta/sbt-native-image#nativeimagerunagent

The "Getting Started" section should focus on the most common case. Users are prone to blindly copy-paste the code from the getting started example assuming they need all of the features.

@i10416
Copy link
Contributor Author

i10416 commented Oct 22, 2021

@olafurpg Sorry for late reply.

Can we add these changes to the dedicated nativeImageRunAgent section

Done.

@i10416 i10416 requested a review from olafurpg November 1, 2021 13:24
Copy link
Member

@olafurpg olafurpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thank you!

@olafurpg olafurpg merged commit 46762bd into scalameta:main Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants