-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
[POC] add native profile to generate native_image #1188
Draft
robfrank
wants to merge
22
commits into
main
Choose a base branch
from
poc/native_image
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.
Conversation
This file contains 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
robfrank
force-pushed
the
poc/native_image
branch
4 times, most recently
from
August 4, 2023 20:15
ec9a9be
to
b5ad693
Compare
robfrank
force-pushed
the
poc/native_image
branch
3 times, most recently
from
August 18, 2023 15:33
0207927
to
261823f
Compare
robfrank
force-pushed
the
poc/native_image
branch
2 times, most recently
from
August 25, 2023 21:23
7a86803
to
e282c20
Compare
robfrank
force-pushed
the
poc/native_image
branch
from
September 13, 2023 07:14
e282c20
to
91637e0
Compare
robfrank
force-pushed
the
poc/native_image
branch
2 times, most recently
from
October 10, 2023 20:19
0582648
to
2e26fdc
Compare
robfrank
force-pushed
the
poc/native_image
branch
from
October 16, 2023 22:04
93938de
to
62932a4
Compare
robfrank
force-pushed
the
poc/native_image
branch
from
November 1, 2023 15:53
62932a4
to
4e3d862
Compare
@robfrank can we release a native image somewhere, so users have this option and can test it? WDYT? |
We can. It should be clear that it is experimental. |
Ok, for me! |
robfrank
force-pushed
the
poc/native_image
branch
2 times, most recently
from
January 20, 2024 21:45
bcc9a9f
to
110db2b
Compare
robfrank
force-pushed
the
poc/native_image
branch
from
January 27, 2024 16:18
8c51ac6
to
a51ecbd
Compare
robfrank
force-pushed
the
poc/native_image
branch
2 times, most recently
from
February 9, 2024 19:26
4b6b2d9
to
21698f8
Compare
robfrank
force-pushed
the
poc/native_image
branch
from
February 23, 2024 20:48
21698f8
to
19b27ec
Compare
- remove check of hotSpot - add configuration of profile native - add workflow to create native image
- switch to graal 21
add upload of native artifact
robfrank
force-pushed
the
poc/native_image
branch
from
June 1, 2024 21:21
19b27ec
to
bf71498
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
add a dedicated profile on maven and a new workflow to create a native image of ArcadeDB
It's a POC