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

Allow bouncycastle to build on non-Oracle JDKs #769

Merged
merged 1 commit into from Nov 10, 2023

Conversation

artoonie
Copy link
Collaborator

@@ -106,7 +106,7 @@ jlink {
imageDir = file(JLINK_DIR)
imageZip = file(JLINK_DIR + ".zip")
addOptions '--add-modules', MODULES_TO_ADD, '--strip-debug', '--compress', '2',
'--no-header-files', '--no-man-pages'
'--no-header-files', '--no-man-pages', '--ignore-signing-information'
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a downside / danger to adding this?

If not, should we merge into 1.4.0 as well?

If so, we should flag this PR in #767 as another thing we'd need to eventually get into 1.4.0.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I will definitely flag this in #767 to address before merging to 1.4.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think we do need to. I created a draft PR for discussion here: #770

@artoonie artoonie merged commit 527ef01 into hotfix/1.3.2 Nov 10, 2023
1 check passed
@artoonie artoonie deleted the fix-building-with-openjdk branch November 10, 2023 16:48
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

3 participants