-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Do not put project stdlibs into the base (non-incremental) sysimage #987
Conversation
There is no need to do this, the stdlibs used by the project will be included when the final sysimage is built
Just FYI, a lot of the tests for non-incremental sysimages are failing on CI (due to #976), so I've disabled them and marked them as broken. So, if you want to see the impact of this PR, you'll likely need to re-enable those tests in your PR branch. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #987 +/- ##
=======================================
Coverage 84.56% 84.56%
=======================================
Files 3 3
Lines 823 823
=======================================
Hits 696 696
Misses 127 127 ☔ View full report in Codecov by Sentry. |
Removed all the test filtering for 1.11 and 1.12. |
CI is failing on Julia nightly, but is passing on all other Julia versions, including Julia 1.11. I think we can merge this PR, and then we can fix Julia nightly in a subsequent PR. |
Agree |
Fixes #976
There is no need to do this, the stdlibs used by the project will be included when the final sysimage is built