[Webkit-unassigned] [Bug 186771] [WPE]: Add a way to setup our development environment inside flatpak
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 22 16:54:59 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186771
David Fenton <David_fenton at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |David_fenton at apple.com
--- Comment #28 from David Fenton <David_fenton at apple.com> ---
(In reply to Thibault Saunier from comment #27)
> Created attachment 343333 [details]
> Patch
>
> (In reply to Carlos Alberto Lopez Perez from comment #26)
> > More minor issues:
> >
> > ====================================================================
> > WebKit is now built (00m:01s).
> > To run MiniBrowser with this newly-built code, use the
> > "../../../../app/webkit/Tools/Scripts/run-minibrowser" script.
> > ====================================================================
> >
> >
> > That message should be fixed somehow, as the script name is just
> > "Tools/Scripts/run-minibrowser"
>
> Made sure we just print "Tools/Scripts/run-minibrowser" when running inside
> flatpak, we can't
> really figure out the host path in there.
>
> I also fixed wrong check that was leading to updating flatpak when calling
> webkit-build.
>
> + Minor cleanup to check wheather `webkit-build` should be run inside
> flatpak.
It looks like the EWS bots that run run-webkit-tests do hot have the yaml module available. Is there an alternative solution for this?
Sample error:
Traceback (most recent call last):
File "Tools/Scripts/run-webkit-tests", line 38, in <module>
import flatpakutils
File "./Tools/flatpak/flatpakutils.py", line 32, in <module>
import yaml
ImportError: No module named yaml
Failed to run "['Tools/Scripts/run-webkit-tests', '--release', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures=30', '--quiet', '--skip-failing-tests']" exit_code: 1
Traceback (most recent call last):
File "Tools/Scripts/run-webkit-tests", line 38, in <module>
import flatpakutils
File "./Tools/flatpak/flatpakutils.py", line 32, in <module>
import yaml
ImportError: No module named yaml
--
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/20180622/82dfbb64/attachment-0001.html>
More information about the webkit-unassigned
mailing list