mt-mods / technic

Technic mod for Minetest
18 stars 25 forks source link

Integration tests failing #209

Closed S-S-X closed 3 years ago

S-S-X commented 3 years ago

Minetest integration tests fail because minetest engine cannot find all required libraries on startup:

Status: Downloaded newer image for registry.gitlab.com/minetest/minetest/server:latest
Error loading shared library libzstd.so.1: No such file or directory (needed by /usr/local/bin/minetestserver)
S-S-X commented 3 years ago

See for example #207 and #208 integration test results: https://github.com/mt-mods/technic/pull/207/checks?check_run_id=3524592169#step:3:31 https://github.com/mt-mods/technic/pull/208/checks?check_run_id=3527306649#step:3:32

BuckarooBanzay commented 3 years ago

Looks like they didn't update the latest docker image after merging this: https://github.com/minetest/minetest/pull/10788 :confused:

BuckarooBanzay commented 3 years ago

Fixed here: https://github.com/minetest/minetest/pull/11596

S-S-X commented 3 years ago

Tested and tests seems to work again, thanks 👍