-
Notifications
You must be signed in to change notification settings - Fork 101
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
Fix hanging tests #1175
Fix hanging tests #1175
Conversation
@staticfloat jobs are hanging at
BinaryBuilder.jl/src/wizard/yggdrasil.jl Lines 6 to 11 in 24a318e
Can you please check what's going on in that directory? I'm also surprised the directory doesn't exist, since the cache directory should be always the same, no? |
7042d23
to
ad805cb
Compare
Nevermind, that was a red herring, it's actually hanging at
which is BinaryBuilder.jl/test/wizard.jl Lines 144 to 145 in ad805cb
src/wizard directory since January 10th, way before tests started hanging.
|
Ok, good news is that I get the hang at the same point also locally, so at least it should be easier to debug. I'll try to find some time next week. Still weird this is happening only now.... |
Oh, I see, it's because of JuliaPackaging/Yggdrasil#4472 🤦 🤦 |
Yggdrasil pull request JuliaPackaging/Yggdrasil#4472 deleted the file `L/LibCURL/build_tarballs.jl`, which made the test checking that the file exists fail. Arguably, we should make the check more robust, but it'd be considerably more work for relatively little gain (vast majority of packages do follow the predictable naming scheme).
787060a
to
1ae06ff
Compare
How ironic. |
No description provided.