-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Downgrade to Julia 1.11.1 #2178
Conversation
@mathbunnyru Let us see, if Julia 1.11.2 causes the same problem with b-data's/my GitLab runners. |
Although we merged mamba v2, I don't think it's related, because mamba v2 was building just fine in the branch. Julia v1.11.2 has just been released, so I suppose it can be a problem somehow. |
Unfortunately, GitHub Runner seems to lose the logs, crash the host machine, so it's not easy to debug. Note that for 7-8 minutes there were no logs. |
@benz0li do you have something similar to our |
Yes. In the |
v1.11.1 builds just fine for |
And |
This seems to fix the builds, so I'm merging this. When I have time, I will report the problem to the upstream. |
No problem with b-data's/my GitLab runners: See https://gitlab.b-data.ch/jupyterlab/julia/base/-/jobs/135429 |
It seems that you're using It might still be a performance bug in a new release. |
Is there any way to reproduce the hang you observed on a local machine? Or at least, a clear indication of what's the workload you're running. |
Describe your changes
Julia
1.11.2
has just been released and it seems that it causes our self-hosted aarch64 runners to hang.Previous build was using
1.11.1
and has been working fine: https://github.com/jupyter/docker-stacks/actions/runs/12123374006/job/33801780215Let's try to downgrade to
1.11.1
and see if it helps.Issue ticket if applicable
Checklist (especially for first-time contributors)