-
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
comment out failing platforms #989
base: master
Are you sure you want to change the base?
Conversation
Test Docker_Unpacked and Test Privileged_SquashFS were failing on first try, will see if it was just error from non-related things |
I have no idea what's wrong with the registry, but it picks up old versions of JLLWrappers |
I assume you tested this locally? |
Partially but artifact download was freezing this weekend, not sure if my connexion, laptop or the registries issues were the reason. |
The tests are freezing again here:
I believe it was at the same point the last times, not sure if there is something special with the GCCBootstrap artifacts? |
The last tests to pass were
and then a bunch of downloads and the freeze mentioned above |
I was more wondering if you tried out the new functionality yourself. It isn't exercised directly in the tests (you didn't add any test for it), and running locally the full test suite isn't a good idea (I did it once or twice, ever) |
I tried it partially, I will re-run a complete package locally to see if it behaves as intended on the full wizard |
Me debugging some make errors is the new generative art network:
|
I was two calls away from |
I still can't seem to be able to run a wizard session locally, I still get the wizard to freeze at this step |
Even if you disable PkgServer with export JULIA_PKG_SERVER="" ? |
Trying it. Will the wizard be able to complete the build without access to the Pkg server? |
Files would be downloaded directly from GitHub |
Even with |
That's... surprising |
(on Julia 1.6) |
1.6 is the only way to make BB master run now right? |
If you're brave enough, you can also try Julia |
I'm still getting these download freezes when downloading artifacts:
|
an alternative would be to add a test to the wizard, but I don't see the final output being tested already, not sure how to approach it |
Should hopefully be fixed by JuliaLang/Downloads.jl#102, which should make it for v1.6 (otherwise many downloads would freeze...) |
Attempt at #342
If a platform has failed, comment it out instead of removing it.