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

Make the base sysimage not include any stdlibs #900

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

KristofferC
Copy link
Member

@KristofferC KristofferC commented Dec 13, 2023

This is not needed since the sysimage we build on top of this will include all stdlibs that we need anyway.

Also, create a proper sysimage of the base sysimage (instead of a ji file) to improve precompilation performance of the parallel precompile we run using this sysimage.

This might as a side effect fix the CI errors on 1.10

This is not needed since the sysimage we build on top of this will include all stdlibs that we need anyway.

Also, create a proper sysimage of the base sysimage (instead of a ji file) to improve precompilation performance of the parallel precompile we run using this sysimage.
@KristofferC
Copy link
Member Author

I think with this implementation, this will fail to include e.g. LinearAlgebra when filter_stdlibs = false.

@JeffBezanson
Copy link
Member

Fixes #783?

@KristofferC
Copy link
Member Author

It should yes, let's split this PR into two so we can get that part in directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants