Skip to content
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

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

KristofferC
Copy link
Member

@KristofferC KristofferC commented Oct 29, 2024

Fixes #976

There is no need to do this, the stdlibs used by the project will be included when the final sysimage is built

There is no need to do this, the stdlibs used by the project will be included when the final sysimage is built
@DilumAluthge
Copy link
Member

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.

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.56%. Comparing base (46ed4a5) to head (ebd57d1).
Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@KristofferC
Copy link
Member Author

Removed all the test filtering for 1.11 and 1.12.

@DilumAluthge DilumAluthge mentioned this pull request Oct 29, 2024
27 tasks
@DilumAluthge
Copy link
Member

Nightly (Julia 1.12) CI is failing with what seems to be a new bug (i.e. not the same bug as #976). I've opened a new issue: #989

@DilumAluthge
Copy link
Member

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.

@KristofferC
Copy link
Member Author

Agree

@DilumAluthge DilumAluthge merged commit 89d61c6 into master Oct 29, 2024
44 of 45 checks passed
@DilumAluthge DilumAluthge deleted the kc/stdlibs branch October 29, 2024 17:03
@DilumAluthge DilumAluthge changed the title do not put project stdlibs into the base (non-incremental) sysimage Do not put project stdlibs into the base (non-incremental) sysimage Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in Julia 1.11: Cannot create fresh base sysimage (incremental=false) containing Pkg
2 participants