-
Notifications
You must be signed in to change notification settings - Fork 326
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
Run whole Standard.Base in Native Image ./runner #10126
Comments
Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-17): Progress: - Running
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-18): Progress: - eliminating
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-19): Progress: - just 40 failures in
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-20): Progress: - bugfixing NI: ec0918f
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-21): Progress: -
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-24): Progress: - standups, meetings, demos It should be finished by 2024-06-24. |
Addresses one of two concerns of #5298 - adds support for `--jvm` argument to allow us to switch from _native image_ built Enso binary (as developed by #10126) to regular JVM based Enso execution. This change _doesn't affect production builds_. The _native executable_ continues to be only built by `engine-runner/buildNativeImage` which is tested on CI, but not in the production jobs.
Now, when the PR
is integrated we can run parts of
test/Base_Tests
in the CI as./runner --run test/Base_Tests ^Text
. The goal of this issue is to investigate what is wrong and remove the^Text
argument - e.g. run all of thetest/Base_Tests
in native image mode and thus make sure the wholeStandard.Base
library can be executed in such mode.The text was updated successfully, but these errors were encountered: