-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Update to master gfx-rs #198
Conversation
@omni-viral any tips/preference on how to get this finished? |
Looks nice. Let's make CI happy :) |
7d2aad2
to
1407f6a
Compare
@omni-viral how about now? |
Ok, now it should properly build on CI. |
Another annoying thing is that the meshes example panics on exit (in Factory::drop). I see that the original code force the drop order of Families versus Factory, but trying to do the same with the new code doesn't seem to help. |
The change mostly removes the use of "failure" from the crate as gfx-rs does no longer implement it. We also switch winit dependency to 0.20.0-alpha3.
I certainly didn't intend to invest into the whole winit update thing :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update!
bors r+
Build failed |
bors retry |
Build failed |
timeouts :/ |
@omni-viral can we has higher CI timeouts?.. |
Build failed |
bors retry |
I wish we could say something like "bors retry timeout=50", supposing that "timeout" is just a user-defined variable in bors with some default value, which it can propagate (somehow) to the actual CI services. |
|
Build failed |
bors retry |
@kvark IIRC we already set timeout to 30 min. Edit. Only for mac and ios... |
Build failed |
bors retry |
Build failed |
Bors retry
...
… On Sep 5, 2019, at 17:48, bors[bot] ***@***.***> wrote:
Build failed
continuous-integration/travis-ci/push
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hey, @kvark Did you notice that Travis CI's status page reports degraded service? You might want to wait until they fix that. |
Timed out |
bors retry |
Build failed |
bors retry |
Build failed |
It doesn't look like the status means much for this case. What matters more is the backlog size, and the fact current timeouts are abysmally small. |
bors retry |
Build failed |
bors retry |
@kvark maybe we can just merge it? :) |
Fixes #194
Relying on
failure
is a real pain :/