Skip to content

What is the current state of GitLab Continuous Integration testing in Godot 4? #295

Answered by MikeSchulze
SdgGames asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, CI is fully functional, look here to see my workflows, your problem is the Docker image you are using.

libX11.so.6: cannot open shared object file: No such file or directory
ERROR: Can't load Xlib dynamically.
   at: DisplayServerX11 (platform/linuxbsd/x11/display_server_x11.cpp:5725)
ERROR: Unable to create DisplayServer, all display drivers failed.
   at: setup2 (main/main.cpp:2394)
Your video card drivers seem not to support the required Vulkan version.

Means you need to install in addition the missing X11 libs.

I personally do not use the docker image anymore, it is just simpler to download and cache the specific Godot version instead of downloading and running the full image.
See

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@SdgGames
Comment options

@MikeSchulze
Comment options

@SdgGames
Comment options

Answer selected by MikeSchulze
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed clarified
3 participants