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

[v1.11] Pkg.test does not precompile the full env #3875

Open
fredrikekre opened this issue Apr 17, 2024 · 3 comments
Open

[v1.11] Pkg.test does not precompile the full env #3875

fredrikekre opened this issue Apr 17, 2024 · 3 comments
Milestone

Comments

@fredrikekre
Copy link
Member

For example testing Metis.jl:

     Testing Running tests...
Precompiling Metis...
  5 dependencies successfully precompiled in 3 seconds. 27 already precompiled.
Precompiling LightGraphs...
  15 dependencies successfully precompiled in 13 seconds. 15 already precompiled.
Precompiling MetisLightGraphs...
  1 dependency successfully precompiled in 1 seconds. 51 already precompiled.
Precompiling Graphs...
  1 dependency successfully precompiled in 4 seconds. 29 already precompiled.
Precompiling MetisGraphs...
  1 dependency successfully precompiled in 1 seconds. 53 already precompiled.

These are all precompilation from using statements.

@fredrikekre fredrikekre added this to the 1.11 milestone Apr 17, 2024
@KristofferC
Copy link
Sponsor Member

KristofferC commented Apr 18, 2024

This happens when you have the env variable JULIA_PKG_PRECOMPILE_AUTO set to false. I am not that changed since 1.10.

@fredrikekre
Copy link
Member Author

I dont think that env var should affect this case at least

@fredrikekre
Copy link
Member Author

fredrikekre commented May 3, 2024

Edit: This was a separate issue, see #3889.

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

No branches or pull requests

2 participants