web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
4.91k stars 3.06k forks source link

WebKitGTK experimental runs missing since August 13 #47823

Open KyleJu opened 3 weeks ago

KyleJu commented 3 weeks ago

The last run for WebKitGTK Experimental was August 13

https://wpt.fyi/runs?label=master&label=experimental&max-count=100&product=chrome&product=edge&product=firefox&product=safari&product=webkitgtk

@clopez could you take a look please?

clopez commented 5 days ago

The problem has been caused because an upgrade on the toolchain on the server generating the webkitgtk built-products also upgraded the libstdc++ version on the container and therefore the built-products generated are now incompatible with Ubuntu-20.04

Building webkitgtk requires gcc >= 11 nowadays and that is an issue as it is becoming increasingly hard to keep providing build-products for such old distro.

I think we should look into upgrading the docker container that is used for the WPT CI tests at taskcluster. Related: https://github.com/web-platform-tests/wpt/issues/43361