[Webkit-unassigned] [Bug 227492] [GTK][WPE] built-product-archive not running in SDK runtime

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 14:04:05 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227492

--- Comment #1 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
This is how this works:

* built-product-archive gets the build directory on the variable _configurationBuildDirectory after calling the function webkitBuildDirectoryForConfigurationAndPlatform(configuration, platform, fullPlatform)

* This function ends calling the following perl script:
perl Tools/Scripts/webkit-build-directory --gtk --release --configuration

Which on the case of a flatpak-enabled build ends returning this:
/home/igalia/clopez/webkit/webkit-flatpak/WebKitBuild/GTK/Release



It took me a while to discover this, is far from obvious. Seems this built-product-archive script would benefit from a refactoring and a bit of love, like for example stop using global variables on it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210629/1a4a9a3d/attachment-0001.htm>


More information about the webkit-unassigned mailing list