-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
CI jobs are failing #1246
Comments
@KristofferC said this might be due to the lazy jll stuff. cc @staticfloat |
I'm saying that based on that CI here was never tested with the Base changes to lazy jlls. As far as I see, the CI status when the lazy jll stuff was merged is https://buildkite.com/julialang/linearalgebra-dot-jl/builds/350#01958fe7-8323-4afb-af81-fa1467b814eb which errors straight away with
|
I'm AFK right now, but looking into the failing jobs I see:
Which is exactly the issue I was trying to solve in 1ce8426. Perhaps my fix is incomplete somehow. It is interesting that the |
That's not the issue. This is the issue https://buildkite.com/julialang/linearalgebra-dot-jl/builds/377#0195e5fe-f561-4369-b6ff-6fcdb72a05d4
|
Looking at the recent runs, the docs job (e.g. https://github.com/JuliaLang/LinearAlgebra.jl/actions/runs/13954106194/job/39060797306?pr=1245) fails with a
ProcessSignaled(11)
, as do the buildkite jobs (https://buildkite.com/julialang/linearalgebra-dot-jl/builds/367#0195afad-9bf0-4e14-8043-b5d765b9ca8d) which fail with aProcessExitedException
.The text was updated successfully, but these errors were encountered: