-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enabling native launchers for the release #12296
Conversation
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.
Before integrating, please remember to:
- Manually schedule Nightly Release and download and test both Linux and Windows. I believe that Mac nightly release is still not working because of the signatures.
- Probably also worth manually running Extra Nightly Tests
TL;DR; Make sure everything works before integration, as it might be too painful to fix it afterwards.
Linuxide-linux-amd64 - good I can execute
e.g. the native image launcher is part of the AppImage and it works. Windowside-windows-amd64 - good as well. Can create new project. Executing
|
Nightly release with this PR in succeeded "as usual" these days: https://github.com/enso-org/enso/actions/runs/13381982489 - e.g. everything is OK except Mac build. Set Download PageThere is a download page and it offers enso-bundle - which seems to work on my Ubuntu: $ tar fxvz enso-bundle-2025.1.1-nightly.2025.2.18-linux-amd64.tar.gz
$ ./enso/dist/2025.1.1-nightly.2025.2.18/bin/enso --run /enso/test/Table_Tests
5254 tests succeeded.
0 tests failed.
124 tests skipped.
36 groups skipped. e.g. table tests can be executed in native mode. |
|
|
Pull Request Description
Let's finish #10121 by enabling
native
Enso launcher during the release builds.ENSO_LAUCHER=native
environment variable.shell
launchers by defaultENSO_LAUNCHER
can benative,test,debug,fast,-ls
#12117 to develop within native modeNightly release bits are built. Thanks for testing them.
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Rust
style guides.