-
-
Notifications
You must be signed in to change notification settings - Fork 4
fix: Compilation error on default JDK8 #41
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
Open
EmilyFlarionIO
wants to merge
15
commits into
Xuanwo:main
Choose a base branch
from
EmilyFlarionIO:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
cdf024a
fix: Compilation error on default JDK8
EmilyFlarionIO b94cc61
fix: Compilation error on default JDK8
EmilyFlarionIO 5a2b859
suppress more clippy unused
EmilyFlarionIO 5c5ebe5
Try fixing CI in local repo
EmilyFlarionIO 3ad33c5
Try fixing CI in local repo
EmilyFlarionIO 66423f6
try vendored
EmilyFlarionIO 13b3a32
should work without adding to rpath
EmilyFlarionIO 8168a17
log jvm path
EmilyFlarionIO 140ba59
Try adding to rpath for macos
EmilyFlarionIO 0b24ed0
fixed CI
EmilyFlarionIO 253af07
Fix windows warning
EmilyFlarionIO 200d523
Set JAVA_HOME_8_X64 as well
EmilyFlarionIO 8ecd5ab
Merge pull request #1 from EmilyFlarionIO/test-ci
EmilyFlarionIO a1784e0
add JVM_PATH as metadata
EmilyFlarionIO e13ee20
add JVM_PATH as metadata
EmilyFlarionIO File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust specs ensures this does not propagate upwards(unless it is a cdylib, which will then have this in its RPATH), so this is not a security concern, only relevant for tests and/or binaries from this crate.
It is also why we export the used path as metadata below, if another crate does need it, it can use it directly