-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Problems using Pkg with nightly #51538
Comments
You may need to remove |
It should work around it yes, but it is still unclear to me why Pkg would have to recompile at all in this situation. |
That does not work for me; just EDIT: I had not removed the environment completely; Libgit2 was still in there. Seems like that indeed was the cause. |
This seems to be a bigger issue - I get the same kind of problem when I try to run the tests of one of my packages on nightly. The package has a |
Link to log? |
Working on a bisect, I'll link a gist when I'm done. I'm not sure if it happens in CI too, I've only noticed it when manually running |
The bisect is 99% when Pkg got moved out of the sysimage (and is in combination with #51294). |
Duplicate of #51452? |
After applying the latest backport for version 1.10 #50971 the same problem occurs when building julia. Removing |
Just tried
on an Intel Mac (Sonoma) and all is well after I delete
Will try on an M2 Mac later today. Just did it and it works. Look like this problem is fixed (at least for me). |
I just tried the latest nightly and got this. Tried to
import Pkg
and got similar results.The text was updated successfully, but these errors were encountered: