[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
Wed Jun 20 17:35:26 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186771
Thibault Saunier <tsaunier at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #343191|0 |1
is obsolete| |
Attachment #343191|review?, commit-queue? |
Flags| |
Attachment #343195| |review?, commit-queue?
Flags| |
--- Comment #16 from Thibault Saunier <tsaunier at gnome.org> ---
Created attachment 343195
--> https://bugs.webkit.org/attachment.cgi?id=343195&action=review
Patch.
(In reply to Carlos Alberto Lopez Perez from comment #15)
> Comment on attachment 343191 [details]
> Patch.
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=343191&action=review
>
> > Tools/ChangeLog:14
> > + The workflow is very similar to the "jhbuild based" on except that when running `build-webkit` you need to pass
> > + the `--flatpak` argument, afterward, other script will detect that a flatpak based environment
> > + has been setup and will be used.
>
> Can we have a way of enabling flatpak environment that can be called before
> "build-webkit" and can we make the "build-webkit" script smart enough to
> detect that this previous step has been called and do the expected thing?
>
> The bots run a "jhbuild" step before the step "build-webkit". But the step
> "build-webkit" doesn't receive any special parameter. It simply auto-detects
> the JHBuild dir and enables it if its there.
>
>
> So the idea is to replace the step "jhbuild" with a step "flatpak", but
> without having to pass any extra parameter to the step/script "build-webkit".
You can now do `mkdir -p WebKitBuild/GTK/FlatpakTreeRelease && build-webkit --release --gtk` or
`mkdir -p WebKitBuild/WPE/FlatpakTreeRelease && build-webkit --debug --wpe`
Is that enough?
--
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/20180621/05d6107f/attachment.html>
More information about the webkit-unassigned
mailing list