-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
[workspace] Only one extension is precompiled #3889
Labels
Comments
Simpler repo:
|
I think this is because of the fake dependency that gets introduced in which causes to fail. |
And yes, as I expected if the above reasoning was true, JuliaLang/julia#53972 fixes this:
|
Fixed by JuliaLang/julia#53972 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checkout this branch: https://github.com/JuliaSparse/Metis.jl/tree/fe/precompile-bug
Notice that the
MetisGraphs
andMetisSimpleWeightedGraphs
extensions were missed in the original precompile command and only precompiled when loading the trigger packages in the test script.The text was updated successfully, but these errors were encountered: