Closed ptomato closed 2 months ago
This is something to report to WebKit.
The SDK sets the env var WEBKIT_BUILD_USE_SYSTEM_LIBRARIES=1
and the scripts check that to never use flatpak.
This works for run-webkit-tests
but maybe not run-web-platform-tests
.
If you try to run WPT using
Tools/Scripts/run-web-platform-tests
inside an SDK container, it assumes that it needs to install a flatpak environment (which then fails). Instead, it should recognize that it's in the SDK environment.Commenting out the flatpak check, the WPT script still doesn't run. I get the following error message, although I'm not sure if this is a problem on my end or with the dependencies in the SDK.
(plus some more probably irrelevant stuff about freezing executables)