hannobraun / vndf-2020

Von Neumann Defense Force - a game about spaceships
2 stars 0 forks source link

CI build currently failing #26

Closed hannobraun closed 4 years ago

hannobraun commented 4 years ago

Here's the failing build: https://github.com/hannobraun/vndf/runs/682351308

It seems to happen when building vndf-client. Relevant excerpts:

error: linking with `cc` failed: exit code: 1
  = note: /usr/bin/ld: cannot find -lxcb-shape
          /usr/bin/ld: cannot find -lxcb-xfixes

I've run a cargo update today which included a winit upgrade. Maybe this is the cause of this, or maybe something changed on the CI server.

hannobraun commented 4 years ago

Looks like the problem has been resolved in https://github.com/hannobraun/vndf/commit/f2a07c3692bf3f19b1dcf4c7050434c6c73ce7ee. The last build was failing for another reason, but that looks like a pure CI problem that will hopefully resolve itself.